diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 410: fix dumb mistake from revno 408

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

Commit Message

Andy Doan Oct. 18, 2012, 7:11 p.m. UTC
------------------------------------------------------------
revno: 410
committer: Andy Doan <andy.doan@linaro.org>
branch nick: lava-dispatcher
timestamp: Thu 2012-10-18 13:00:43 -0500
message:
  fix dumb mistake from revno 408
modified:
  lava_dispatcher/device/master.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/device/master.py'
--- lava_dispatcher/device/master.py	2012-10-18 16:22:30 +0000
+++ lava_dispatcher/device/master.py	2012-10-18 18:00:43 +0000
@@ -93,7 +93,7 @@ 
         self.boot_master_image()
 
         image_file = generate_image(self, hwpack, rfs, self.scratch_dir)
-        boot_tgz, root_tgz = self._generate_tarballs(image_file)
+        (boot_tgz, root_tgz, data) = self._generate_tarballs(image_file)
 
         self._deploy_tarballs(boot_tgz, root_tgz)