[Pkg-libvirt-commits] [libguestfs] 01/34: appliance: Cosmetic change to the order of command line arguments of 'supermin'.
Hilko Bengen
bengen at moszumanska.debian.org
Fri Mar 7 10:39:32 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit b88f98849a43761f38702de9e2a4da7fb69a75b7
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Sun Mar 2 19:30:28 2014 +0000
appliance: Cosmetic change to the order of command line arguments of 'supermin'.
---
src/appliance.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/appliance.c b/src/appliance.c
index c393c8a..a3a083e 100644
--- a/src/appliance.c
+++ b/src/appliance.c
@@ -338,6 +338,9 @@ run_supermin_build (guestfs_h *g,
guestfs___cmd_add_arg (cmd, "--build");
if (g->verbose)
guestfs___cmd_add_arg (cmd, "--verbose");
+ guestfs___cmd_add_arg (cmd, "--if-newer");
+ guestfs___cmd_add_arg (cmd, "--lock");
+ guestfs___cmd_add_arg (cmd, lockfile);
#if 0
if (pass_u_g_args) {
guestfs___cmd_add_arg (cmd, "-u");
@@ -351,9 +354,6 @@ run_supermin_build (guestfs_h *g,
guestfs___cmd_add_arg (cmd, "ext2");
guestfs___cmd_add_arg (cmd, "--host-cpu");
guestfs___cmd_add_arg (cmd, host_cpu);
- guestfs___cmd_add_arg (cmd, "--if-newer");
- guestfs___cmd_add_arg (cmd, "--lock");
- guestfs___cmd_add_arg (cmd, lockfile);
#ifdef DTB_WILDCARD
guestfs___cmd_add_arg (cmd, "--dtb");
guestfs___cmd_add_arg (cmd, DTB_WILDCARD);
--
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