diff mbox

[Branch,~linaro-image-tools/linaro-image-tools/trunk] Rev 392: Add the new scripts to setup.py.

Message ID 20110726154420.9504.59258.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

James Westby July 26, 2011, 3:44 p.m. UTC
------------------------------------------------------------
revno: 392
committer: James Westby <james.westby@linaro.org>
branch nick: trunk
timestamp: Tue 2011-07-26 16:42:44 +0100
message:
  Add the new scripts to setup.py.
modified:
  setup.py


--
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 'setup.py'
--- setup.py	2011-06-29 19:44:15 +0000
+++ setup.py	2011-07-26 15:42:44 +0000
@@ -14,5 +14,7 @@ 
 
         scripts=[
             "linaro-hwpack-create", "linaro-hwpack-install",
-            "linaro-media-create", "linaro-android-media-create"],
+            "linaro-media-create", "linaro-android-media-create",
+            "linaro-hwpack-replace", "linaro-fetch-image",
+            "linaro-fetch-image-ui"],
      )