Message ID | 20121018191113.333.26351.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== 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)