[Pkg-libvirt-commits] [libguestfs] 160/266: v2v: -o libvirt: <source file=...> must always be an absolute path.

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:41:56 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.27.35-1
in repository libguestfs.

commit 9fa27d4f79673d3898f36fde974eb3ad30690032
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu Aug 21 22:23:55 2014 +0100

    v2v: -o libvirt: <source file=...> must always be an absolute path.
---
 v2v/output_libvirt.ml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/v2v/output_libvirt.ml b/v2v/output_libvirt.ml
index c55e7f1..d019b16 100644
--- a/v2v/output_libvirt.ml
+++ b/v2v/output_libvirt.ml
@@ -64,7 +64,7 @@ let create_libvirt_xml ?pool source overlays guestcaps =
           (match pool with
           | None ->
             e "source" [
-              "file", ov.ov_target_file;
+              "file", absolute_path ov.ov_target_file;
             ] []
           | Some pool ->
             e "source" [

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list