[Erp5-report] r35052 luke - /erp5/trunk/utils/erp5.recipe.kvm/src/erp5/recipe/kvm/__init__.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu May 6 11:43:15 CEST 2010


Author: luke
Date: Thu May  6 11:43:15 2010
New Revision: 35052

URL: http://svn.erp5.org?rev=35052&view=rev
Log:
 - do not return location, to not rely on buildout's part clean mechanism

Modified:
    erp5/trunk/utils/erp5.recipe.kvm/src/erp5/recipe/kvm/__init__.py

Modified: erp5/trunk/utils/erp5.recipe.kvm/src/erp5/recipe/kvm/__init__.py
URL: http://svn.erp5.org/erp5/trunk/utils/erp5.recipe.kvm/src/erp5/recipe/kvm/__init__.py?rev=35052&r1=35051&r2=35052&view=diff
==============================================================================
--- erp5/trunk/utils/erp5.recipe.kvm/src/erp5/recipe/kvm/__init__.py [utf8] (original)
+++ erp5/trunk/utils/erp5.recipe.kvm/src/erp5/recipe/kvm/__init__.py [utf8] Thu May  6 11:43:15 2010
@@ -115,7 +115,8 @@
                                                 kvm_pid_file, self.name,
                                                 snapshot, kvm_vnc, kvm_graphic)))
     # XXX Improvements until here
-    return location
+    return [] # instance related recipe, it can be disaster to allow buildout
+              # to remove instances
 
   def download(self):
     """Download image file




More information about the Erp5-report mailing list