summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-11-28 23:52:49 -0800
committerZac Medico <zmedico@gentoo.org>2012-11-28 23:53:28 -0800
commitc74a19691f5cbc0ec070d5fd4ffe1983bde05a09 (patch)
tree151c8687ffa620ad2a2400e1565ccca87a689506 /man
parentd3540b8aa468e872c6a6b41074c8567f489e9768 (diff)
downloadportage-c74a19691f5cbc0ec070d5fd4ffe1983bde05a09.tar.gz
portage-c74a19691f5cbc0ec070d5fd4ffe1983bde05a09.tar.bz2
portage-c74a19691f5cbc0ec070d5fd4ffe1983bde05a09.zip
emerge: add --quiet-fail for bug #440982
Diffstat (limited to 'man')
-rw-r--r--man/emerge.111
1 files changed, 9 insertions, 2 deletions
diff --git a/man/emerge.1 b/man/emerge.1
index a6c20a99d..850a2414b 100644
--- a/man/emerge.1
+++ b/man/emerge.1
@@ -1,4 +1,4 @@
-.TH "EMERGE" "1" "Oct 2012" "Portage VERSION" "Portage"
+.TH "EMERGE" "1" "Nov 2012" "Portage VERSION" "Portage"
.SH "NAME"
emerge \- Command\-line interface to the Portage system
.SH "SYNOPSIS"
@@ -635,7 +635,8 @@ output from portage's displays.
.BR "\-\-quiet\-build [ y | n ]"
Redirect all build output to logs alone, and do not display it on
stdout. If a build failure occurs for a single package, the build
-log will be automatically displayed on stdout. If there are multiple
+log will be automatically displayed on stdout (unless the
+\fI\-\-quiet\-fail\fR option is enabled). If there are multiple
build failures (due to options like \-\-keep\-going or \-\-jobs),
then the content of the log files will not be displayed, and instead
the paths of the log files will be displayed together with the
@@ -644,6 +645,12 @@ Note that interactive packages currently force all build output to
be displayed on stdout. This issue can be temporarily avoided
by specifying \fI\-\-accept\-properties=\-interactive\fR.
.TP
+.BR "\-\-quiet\-fail [ y | n ]"
+Suppresses display of the build log on stdout when build output is hidden
+due to options such as \fI\-\-jobs\fR, \fI\-\-quiet\fR, or
+\fI\-\-quiet\-build\fR. Only the die message and the path of the build log
+will be displayed on stdout.
+.TP
.BR "\-\-quiet\-repo\-display"
In the package merge list display, suppress ::repository output, and
instead use numbers to indicate which repositories package come from.