=== modified file 'lib/cdimage/tree.py'
--- lib/cdimage/tree.py 2015-06-02 21:59:46 +0000
+++ lib/cdimage/tree.py 2015-06-17 18:42:28 +0000
@@ -1917,6 +1917,12 @@
"%s.device.tar.gz" % source_prefix,
"%s.device.tar.gz" % target_prefix)
+ if os.path.exists("%s.azure.device.tar.gz" % source_prefix):
+ logger.info("Publishing %s azure device tarball ..." % arch)
+ shutil.move(
+ "%s.azure.device.tar.gz" % source_prefix,
+ "%s.azure.device.tar.gz" % target_prefix)
+
# zsync metafiles
if osextras.find_on_path("zsyncmake"):
logger.info("Making %s zsync metafile ..." % arch)