Ubuntu Pastebin

Paste from sergiusens at Wed, 17 Jun 2015 20:25:59 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
=== 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"):
Download as text