diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 50: use the right name for the dispatcher script

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

Commit Message

Michael-Doyle Hudson July 27, 2011, 12:29 a.m. UTC
------------------------------------------------------------
revno: 50
committer: Michael-Doyle Hudson <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Wed 2011-07-27 12:28:03 +1200
message:
  use the right name for the dispatcher script
modified:
  lava-scheduler


--
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 'lava-scheduler'
--- lava-scheduler	2011-07-26 05:31:17 +0000
+++ lava-scheduler	2011-07-27 00:28:03 +0000
@@ -19,7 +19,7 @@ 
     print >>sys.stderr, "invalid options %r" % sys.argv[1:]
     sys.exit(1)
 else:
-    dispatcher = '/usr/bin/lava-dispatcher'
+    dispatcher = 'lava-dispatch'
 
 service = BoardSet(source, dispatcher, reactor)
 reactor.callWhenRunning(service.startService)