diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 230: revert previous change, does not work at all

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

Commit Message

Michael-Doyle Hudson Feb. 15, 2012, 2:08 a.m. UTC
------------------------------------------------------------
revno: 230
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Wed 2012-02-15 15:06:54 +1300
message:
  revert previous change, does not work at all
modified:
  lava_dispatcher/job.py


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

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

Patch

=== modified file 'lava_dispatcher/job.py'
--- lava_dispatcher/job.py	2012-02-15 02:02:52 +0000
+++ lava_dispatcher/job.py	2012-02-15 02:06:54 +0000
@@ -33,7 +33,7 @@ 
 
 job_schema = {
     'type': 'object',
-    'additionalProperties': True,
+    'additionalProperties': False,
     'properties': {
         'actions': {
             'items': {