diff mbox

[Branch,~linaro-validation/lava-tool/trunk] Rev 183: Add `job-output` command to lava-tool as well

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

Commit Message

Antonio Terceiro April 30, 2013, 6:44 p.m. UTC
------------------------------------------------------------
revno: 183
fixes bug: https://launchpad.net/bugs/1174626
committer: Antonio Terceiro <antonio.terceiro@linaro.org>
branch nick: trunk
timestamp: Tue 2013-04-30 15:43:30 -0300
message:
  Add `job-output` command to lava-tool as well
modified:
  setup.py


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

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

Patch

=== modified file 'setup.py'
--- setup.py	2013-04-22 17:33:58 +0000
+++ setup.py	2013-04-30 18:43:30 +0000
@@ -47,6 +47,7 @@ 
     submit-job = lava_scheduler_tool.commands:submit_job
     resubmit-job = lava_scheduler_tool.commands:resubmit_job
     cancel-job = lava_scheduler_tool.commands:cancel_job
+    job-output = lava_scheduler_tool.commands:job_output
     [lava.scheduler.commands]
     submit-job = lava_scheduler_tool.commands:submit_job
     resubmit-job = lava_scheduler_tool.commands:resubmit_job