=== modified file 'lib/cdimage/livefs.py'
--- lib/cdimage/livefs.py 2015-06-17 19:23:10 +0000
+++ lib/cdimage/livefs.py 2015-06-17 20:25:55 +0000
@@ -957,8 +957,8 @@
for arch in config.arches:
download_live_items(config, arch, "device.tar.gz")
- if config.project in ("ubuntu-core", ):
- download_live_items(config, arch, "azure.device.tar.gz")
+ if config.project == "ubuntu-core":
+ download_live_items(config, "amd64", "azure.device.tar.gz")
if (project == "edubuntu" and config["CDIMAGE_INSTALL"] and
series <= "hardy"):