diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 22: install the scheduler script

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

Commit Message

Michael-Doyle Hudson July 7, 2011, 9:59 a.m. UTC
------------------------------------------------------------
revno: 22
committer: Michael-Doyle Hudson <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Thu 2011-07-07 21:57:56 +1200
message:
  install the scheduler script
modified:
  setup.py


--
lp:lava-scheduler
https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk

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

Patch

=== modified file 'setup.py'
--- setup.py	2011-07-07 09:13:52 +0000
+++ setup.py	2011-07-07 09:57:56 +0000
@@ -34,6 +34,7 @@ 
     [lava_server.extensions]
     scheduler = lava_scheduler_app.extension:SchedulerExtension
     """,
+    scripts=["lava-scheduler"],
     install_requires=[
         "lava-server >= 0.1",
         "twisted",