[Pkg-libvirt-commits] [libguestfs] 140/146: customize: Invoke zypper correctly.
Hilko Bengen
bengen at moszumanska.debian.org
Sun Mar 29 17:01:25 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch master
in repository libguestfs.
commit 6ca666e927de6f20295a5be7af32cd8b32dd68b1
Author: Cédric Bosdonnat <cbosdonnat at suse.com>
Date: Tue Feb 3 14:38:02 2015 +0000
customize: Invoke zypper correctly.
(cherry picked from commit 5f663c2082446f2b9722c3cb0fcac6c5778978e8)
---
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 7bd440c..999dd4c 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