1
2
3
4
5
6
7
8
9
10
11
12
13 | === 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:23:20 +0000 @@ -957,7 +957,8 @@ for arch in config.arches: download_live_items(config, arch, "device.tar.gz") - if config.project in ("ubuntu-core", ): + if config.project == "ubuntu-core": + for arch in config.arches: download_live_items(config, arch, "azure.device.tar.gz") if (project == "edubuntu" and config["CDIMAGE_INSTALL"] and |