[pkg-eucalyptus-commits] [SCM] managing cloud instances for Eucalyptus branch, experimental, updated. debian/2.1.1-1_experimental1-51-g95835b7

dkavanagh dkavanagh at gmail.com
Thu Jan 3 11:06:14 UTC 2013


The following commit has been merged in the experimental branch:
commit 6b174042c01c04feefb6cc23fa84c77d51fc3bde
Author: dkavanagh <dkavanagh at gmail.com>
Date:   Fri Nov 30 11:48:27 2012 -0500

    TOOLS-155, no longer try removing tgz since parent (temp) dir is being removed

diff --git a/euca2ools/commands/eustore/installimage.py b/euca2ools/commands/eustore/installimage.py
index 1400291..de877aa 100644
--- a/euca2ools/commands/eustore/installimage.py
+++ b/euca2ools/commands/eustore/installimage.py
@@ -429,7 +429,6 @@ class InstallImage(AWSQueryRequest):
                         print "Installed image: "+self.bundleAll(fp.name, None, image['description'], image['architecture'])
                     else:
                         print >> sys.stderr, "Error: Downloaded image was incomplete or corrupt, please try again"
-                    os.remove(fp.name)
                 else:
                     print >> sys.stderr, "Image name not found, please run eustore-describe-images"
 

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list