Displaying 2 results from an estimated 2 matches for "b48b1241b".
2017 Apr 06
1
[PATCH v2] builder: Allow GnuPG v2 or v1 to be used (RHBZ#1438939).
...ch "gpg"
+ with Executable_not_found _ ->
+ "" in
+ let gpg = ref gpg in
let list_format = ref List_entries.Short in
let list_set_long () = list_format := List_entries.Long in
diff --git a/builder/virt-builder.pod b/builder/virt-builder.pod
index b48b1241b..dbbd6469e 100644
--- a/builder/virt-builder.pod
+++ b/builder/virt-builder.pod
@@ -314,8 +314,10 @@ F</boot> directory of a guest, see L<virt-copy-out(1)>.
=item B<--gpg> GPG
-Specify an alternate L<gpg(1)> (GNU Privacy Guard) binary. You can
-also use this to add gpg...
2017 Apr 04
1
[PATCH] Use Unicode single quotes ‘’ in place of short single quoted strings throughout.
...#39;%s' in %s, skipping it\n") prog n file;
+ eprintf (f_"%s: no ‘uri’ entry for ‘%s’ in %s, skipping it\n") prog n file;
raise ex in
let gpgkey =
let k =
diff --git a/builder/virt-builder.pod b/builder/virt-builder.pod
index a3e05728a..b48b1241b 100644
--- a/builder/virt-builder.pod
+++ b/builder/virt-builder.pod
@@ -106,7 +106,7 @@ As above, but using an i386 template, if available.
Create a Fedora 20 image. The root password is taken from the file
F</tmp/rootpw>.
-Note if you I<don't> set I<--root-password> the...