[Pkg-libvirt-commits] [libguestfs] 235/384: customize: Invoke zypper correctly.

Hilko Bengen bengen at moszumanska.debian.org
Sun Mar 29 16:57:23 UTC 2015


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

bengen pushed a commit to branch experimental
in repository libguestfs.

commit 5f663c2082446f2b9722c3cb0fcac6c5778978e8
Author: Cédric Bosdonnat <cbosdonnat at suse.com>
Date:   Tue Feb 3 14:38:02 2015 +0000

    customize: Invoke zypper correctly.
---
 customize/customize_run.ml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/customize/customize_run.ml b/customize/customize_run.ml
index 3c82cb4..5cc6a6e 100644
--- a/customize/customize_run.ml
+++ b/customize/customize_run.ml
@@ -104,8 +104,7 @@ exec >>%s 2>&1
     | "yum" ->
       sprintf "yum -y install %s" quoted_args
     | "zypper" ->
-      (* XXX Should we use -n option? *)
-      sprintf "zypper in %s" quoted_args
+      sprintf "zypper -n in %s" quoted_args
     | "unknown" ->
       error (f_"--install is not supported for this guest operating system")
     | pm ->

-- 
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