[Pkg-escience-soc2009] [SCM] Tool for creating VM images. branch, master, updated. bb466c2add9b8acc862040c1720cf2dc6e5c05b2

David Wendt kmeisthax at Lappy-486.A
Wed Jul 15 21:21:06 UTC 2009


The following commit has been merged in the master branch:
commit bb466c2add9b8acc862040c1720cf2dc6e5c05b2
Author: David Wendt <kmeisthax at Lappy-486.A>
Date:   Wed Jul 15 17:20:35 2009 -0400

    epic syntax fail fixed

diff --git a/VMBuilder/plugins/debian/lenny.py b/VMBuilder/plugins/debian/lenny.py
index 9c5e17d..c728fea 100644
--- a/VMBuilder/plugins/debian/lenny.py
+++ b/VMBuilder/plugins/debian/lenny.py
@@ -84,7 +84,7 @@ class Lenny(Etch):
     def unbind_system_devices(self):
         #Opposite of bind_system_devices.
         #Also removes the cleanup commands.
-        else self.hasattr("system_devices_mounted") and self.system_devices_mounted:
+        if self.hasattr("system_devices_mounted") and self.system_devices_mounted:
             run_cmd('umount', '%s/dev' % self.destdir)
             self.vm.remove_clean_cmd('umount', '%s/dev' % self.destdir, ignore_fail=True)
 

-- 
Tool for creating VM images.



More information about the Pkg-escience-soc2009 mailing list