diff mbox

[Branch,~linaro-image-tools/linaro-image-tools/trunk] Rev 440: Remove experimental banner from linaro-android-media-create.

Message ID 20111005092113.2211.41368.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Mattias Backman Oct. 5, 2011, 9:21 a.m. UTC
Merge authors:
  Andy Doan (doanac)
Related merge proposals:
  https://code.launchpad.net/~doanac/linaro-image-tools/l-a-m-c-experimental/+merge/77990
  proposed by: Andy Doan (doanac)
  review: Approve - Mattias Backman (mabac)
------------------------------------------------------------
revno: 440 [merge]
committer: Mattias Backman <mattias.backman@linaro.org>
branch nick: trunl
timestamp: Wed 2011-10-05 11:15:59 +0200
message:
  Remove experimental banner from linaro-android-media-create.
modified:
  linaro-android-media-create


--
lp:linaro-image-tools
https://code.launchpad.net/~linaro-image-tools/linaro-image-tools/trunk

You are subscribed to branch lp:linaro-image-tools.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-image-tools/linaro-image-tools/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'linaro-android-media-create'
--- linaro-android-media-create	2011-07-28 00:26:09 +0000
+++ linaro-android-media-create	2011-10-03 18:36:11 +0000
@@ -89,13 +89,6 @@ 
 
 if __name__ == '__main__':
     parser = get_android_args_parser()
-    print "===================================================================="
-    print "            linaro-android-media-create is EXPERIMENTAL             "
-    print "                                                                    "
-    print " The command line parameters as well as the distribution format will" 
-    print " be changed and we will not keep backward compatibility for the     " 
-    print " current version here.                                              "
-    print "===================================================================="
     args = parser.parse_args()
 
     # If --help was specified this won't execute.