[Pkg-escience-soc2009] [SCM] Tool for creating VM images. branch, master, updated. ea87421e5c330344615fd465660cb6196d51caa6
Steffen Moeller
steffen_moeller at gmx.de
Sun Jul 12 23:19:41 UTC 2009
The following commit has been merged in the master branch:
commit 4d275b5813a1ba4f8ab2601e7989c2861b72c2eb
Author: Steffen Moeller <steffen_moeller at gmx.de>
Date: Sun Jul 12 21:32:06 2009 +0200
Apparent accident repaired.
diff --git a/VMBuilder/plugins/debian/distro.py b/VMBuilder/plugins/debian/distro.py
index 69529f5..aaf68f5 100644
--- a/VMBuilder/plugins/debian/distro.py
+++ b/VMBuilder/plugins/debian/distro.py
@@ -178,8 +178,7 @@ EOT''')
#Specifically, etch is called 'oldstable' in the 3rd field, to get the suite you need
#excavate it from the 2nd field.
- if sline[1].strip().count(self.vm.suite) > 0: def disable_hwclock_access(self):
- return self.suite.disable_hwclock_access()
+ if sline[1].strip().count(self.vm.suite) > 0:
#Fix for Debian handling of kernel version names
#It's x.y.z+w, not x.y.z.w
vt = sline[1].strip().split('.')
--
Tool for creating VM images.
More information about the Pkg-escience-soc2009
mailing list