Bugzilla – Bug 4792
propagation via g-u-c adds extra file URL scheme
Last modified: 2006-11-30 15:59:07
You need to log in before you can comment on or make changes to this bug.
In workspace-control, making the SCP pull call not use file:// for its destination (which fails) resulted in breaking the g-u-c pull call, which ended up getting an extra "file://" URL scheme as a side effect (automated tests would have caught this). Fix is to change line 160 of workspace/vms/xen/xen_v2.py from: return self.pull(dryrun, cmd, dst) to: return self.pull(dryrun, cmd, dst[7:]) If you are patching TP1.2 manually (fix will be in TP1.2.1), you need to re-run the installer so that the executable is updated. One can update the executable only by using the installer's "-e" (or "--exe") flag. See the installer's help output ("-h") for more information.
Fixed in TP1.2.1