svn path=/trunk/packages/sipb-xen-guest-installer/; revision=542
+sipb-xen-guest-installer (1.3) unstable; urgency=low
+
+ * Change sipb-xen-lvcopy so that it fails if you try to clone
+ anything but ice3
+
+ -- Evan Broder <broder@mit.edu> Sat, 31 May 2008 13:38:37 -0700
+
sipb-xen-guest-installer (1.2) unstable; urgency=low
* Work around bug in Python subprocess.
call(['losetup', '-d', fs])
def duplicate_by_vm(source, target, rootpw, nodd=False, nofrob=False):
+ if source != "ice3":
+ print "Error: can't clone that VM"
+ sys.exit(1)
# source, target should be machine names
prefix = 'd_'
# 1. copy (by dd) source to target