nightmorph 07/06/12 04:27:34
Modified: hb-portage-files.xml
Log:
updates for new elog modules etc., thanks to desultory for the suggestion, and zmedico for some qa module info
Revision Changes Path
1.17 xml/htdocs/doc/en/handbook/hb-portage-files.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml?r1=1.16&r2=1.17
Index: hb-portage-files.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- hb-portage-files.xml 26 May 2007 11:28:40 -0000 1.16
+++ hb-portage-files.xml 12 Jun 2007 04:27:34 -0000 1.17
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml,v 1.16 2007/05/26 11:28:40 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml,v 1.17 2007/06/12 04:27:34 nightmorph Exp $ -->
<sections>
@@ -13,8 +13,8 @@
files and data.
</abstract>
-<version>1.10</version>
-<date>2007-05-26</date>
+<version>1.11</version>
+<date>2007-06-11</date>
<section>
<title>Portage Files</title>
@@ -295,32 +295,47 @@
logged. You can use any space-separated combination of <c>info</c>,
<c>warn</c>, <c>error</c>, and <c>log</c>.
<ul>
- <li>info: Logs "einfo" messages printed by an ebuild</li>
- <li>warn: Logs "ewarn" messages printed by an ebuild</li>
- <li>error: Logs "eerror" messages printed by an ebuild</li>
- <li>log: Logs the "elog" messages found in some ebuilds</li>
+ <li><c>info</c>: Logs "einfo" messages printed by an ebuild</li>
+ <li><c>warn</c>: Logs "ewarn" messages printed by an ebuild</li>
+ <li><c>error</c>: Logs "eerror" messages printed by an ebuild</li>
+ <li><c>log</c>: Logs the "elog" messages found in some ebuilds</li>
+ <li><c>qa</c>: Logs the "QA Notice" messages printed by an ebuild</li>
</ul>
</li>
<li>
- PORTAGE_ELOG_SYSTEM: This selects the module(s) to process the log
- messages. If left empty, logging is disabled. You can use any
- space-separated combination of <c>save</c>, <c>custom</c>, <c>syslog</c>,
- and <c>mail</c>. You must select at least one module in order to use elog.
+ PORTAGE_ELOG_SYSTEM: This selects the module(s) to process the log messages.
+ If left empty, logging is disabled. You can use any space-separated
+ combination of <c>save</c>, <c>custom</c>, <c>syslog</c>, <c>mail</c>,
+ <c>save_summary</c>, and <c>mail_summary</c>. You must select at least one
+ module in order to use elog.
<ul>
<li>
- save: This saves one log per package in <path>$PORT_LOGDIR/elog</path>,
- or <path>/var/log/portage/elog</path> if $PORT_LOGDIR is not defined.
+ <c>save</c>: This saves one log per package in
+ <path>$PORT_LOGDIR/elog</path>, or <path>/var/log/portage/elog</path> if
+ $PORT_LOGDIR is not defined.
</li>
<li>
- custom: Passes all messages to a user-defined command in
+ <c>custom</c>: Passes all messages to a user-defined command in
$PORTAGE_ELOG_COMMAND; this will be discussed later.
</li>
- <li>syslog: Sends all messages to the installed system logger.</li>
<li>
- mail: Passes all messages to a user-defined mailserver in
+ <c>syslog</c>: Sends all messages to the installed system logger.
+ </li>
+ <li>
+ <c>mail</c>: Passes all messages to a user-defined mailserver in
$PORTAGE_ELOG_MAILURI; this will be discussed later. The mail features
of elog require >=<c>portage-2.1.1</c>.
</li>
+ <li>
+ <c>save_summary</c>: Similar to <c>save</c>, but it merges all messages
+ in <path>$PORT_LOGDIR/elog/summary.log</path>, or
+ <path>/var/log/portage/elog/summary.log</path> if $PORT_LOGDIR is not
+ defined.
+ </li>
+ <li>
+ <c>mail_summary</c>: Similar to <c>mail</c>, but it sends all messages
+ in a single mail when emerge exits.
+ </li>
</ul>
</li>
<li>
--
gentoo-doc-cvs@g.o mailing list
|