Message ID | 20121018162312.12710.28090.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_dispatcher/device/master.py' --- lava_dispatcher/device/master.py 2012-10-18 15:10:06 +0000 +++ lava_dispatcher/device/master.py 2012-10-18 16:22:30 +0000 @@ -137,7 +137,7 @@ self.deployment_data = self.target_map[data] else: image_file = download_image(image, self.context, 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)