Displaying 2 results from an estimated 2 matches for "95f32edaf".
2017 Apr 06
1
[PATCH v2] builder: Allow GnuPG v2 or v1 to be used (RHBZ#1438939).
...gpg binaries at
runtime.
---
builder/builder.ml | 10 ++++------
builder/cmdline.ml | 8 +++++++-
builder/virt-builder.pod | 7 +++++--
docs/guestfs-building.pod | 2 +-
4 files changed, 17 insertions(+), 10 deletions(-)
diff --git a/builder/builder.ml b/builder/builder.ml
index 95f32edaf..b0a48ea89 100644
--- a/builder/builder.ml
+++ b/builder/builder.ml
@@ -148,12 +148,10 @@ let main () =
(* Check that gpg is installed. Optional as long as the user
* disables all signature checks.
*)
- let cmd = sprintf "%s --help >/dev/null 2>&1" cmdline.gpg in
-...
2017 Apr 04
1
[PATCH] Use Unicode single quotes ‘’ in place of short single quoted strings throughout.
...@@ -178,7 +178,7 @@ single thread.
=item B<--quiet>
-Don't produce any output. Just set the exit code
+Don’t produce any output. Just set the exit code
(see L</EXIT STATUS> below).
=item B<--uuid>
diff --git a/builder/builder.ml b/builder/builder.ml
index e59c763b2..95f32edaf 100644
--- a/builder/builder.ml
+++ b/builder/builder.ml
@@ -96,7 +96,7 @@ let selected_cli_item cmdline index =
name = arg && cmdline.arch = normalize_arch a
) index
with Not_found ->
- error (f_"cannot find os-version '%s' with architecture '%s&...