Displaying 3 results from an estimated 3 matches for "9baae23".
2015 Sep 01
0
[PATCH 3/3] builder, dib, get-kernel: document new -q/--quiet options
...lder.pod
+++ b/builder/virt-builder.pod
@@ -451,6 +451,8 @@ directory.
Print information about the template cache. See L</CACHING>.
+=item B<-q>
+
=item B<--quiet>
Don't print ordinary progress messages.
diff --git a/dib/virt-dib.pod b/dib/virt-dib.pod
index aafeacd..9baae23 100644
--- a/dib/virt-dib.pod
+++ b/dib/virt-dib.pod
@@ -290,6 +290,12 @@ to debug failures to run scripts.
The default is to delete the output file if virt-dib fails (or,
for example, some script that it runs fails).
+=item B<-q>
+
+=item B<--quiet>
+
+Don't print ordinary prog...
2015 Sep 01
3
[PATCH 1/3] mllib: make few command line options stuff private
Make print_version_and_exit, long_options, display_short_options, and
display_long_options private, as set_standard_options now takes care of
handling the job for the common command line options.
---
mllib/common_utils.mli | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/mllib/common_utils.mli b/mllib/common_utils.mli
index 79032bc..24f8f83 100644
--- a/mllib/common_utils.mli
+++
2016 Jun 18
8
[PATCH 0/7] p2v: Multiple improvements to the look of virt-p2v.
In the run dialog, I have implemented an ANSI colour escape sequence
interpreter, so that colours displayed by the remote virt-v2v are now
shown to the user.
(https://bugzilla.redhat.com/show_bug.cgi?id=1314244)
This requires virt-v2v to send colours. It wasn't doing that because
the output was a pipe (as we capture the output into the log file).
So I added a global --colours option to make