Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-portage-files.xml
Date: Tue, 12 Jun 2007 04:27:48
Message-Id: E1Hxxyg-0003yZ-IS@stork.gentoo.org
1 nightmorph 07/06/12 04:27:34
2
3 Modified: hb-portage-files.xml
4 Log:
5 updates for new elog modules etc., thanks to desultory for the suggestion, and zmedico for some qa module info
6
7 Revision Changes Path
8 1.17 xml/htdocs/doc/en/handbook/hb-portage-files.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml?rev=1.17&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml?rev=1.17&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml?r1=1.16&r2=1.17
13
14 Index: hb-portage-files.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml,v
17 retrieving revision 1.16
18 retrieving revision 1.17
19 diff -u -r1.16 -r1.17
20 --- hb-portage-files.xml 26 May 2007 11:28:40 -0000 1.16
21 +++ hb-portage-files.xml 12 Jun 2007 04:27:34 -0000 1.17
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml,v 1.16 2007/05/26 11:28:40 rane Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml,v 1.17 2007/06/12 04:27:34 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 files and data.
33 </abstract>
34
35 -<version>1.10</version>
36 -<date>2007-05-26</date>
37 +<version>1.11</version>
38 +<date>2007-06-11</date>
39
40 <section>
41 <title>Portage Files</title>
42 @@ -295,32 +295,47 @@
43 logged. You can use any space-separated combination of <c>info</c>,
44 <c>warn</c>, <c>error</c>, and <c>log</c>.
45 <ul>
46 - <li>info: Logs "einfo" messages printed by an ebuild</li>
47 - <li>warn: Logs "ewarn" messages printed by an ebuild</li>
48 - <li>error: Logs "eerror" messages printed by an ebuild</li>
49 - <li>log: Logs the "elog" messages found in some ebuilds</li>
50 + <li><c>info</c>: Logs "einfo" messages printed by an ebuild</li>
51 + <li><c>warn</c>: Logs "ewarn" messages printed by an ebuild</li>
52 + <li><c>error</c>: Logs "eerror" messages printed by an ebuild</li>
53 + <li><c>log</c>: Logs the "elog" messages found in some ebuilds</li>
54 + <li><c>qa</c>: Logs the "QA Notice" messages printed by an ebuild</li>
55 </ul>
56 </li>
57 <li>
58 - PORTAGE_ELOG_SYSTEM: This selects the module(s) to process the log
59 - messages. If left empty, logging is disabled. You can use any
60 - space-separated combination of <c>save</c>, <c>custom</c>, <c>syslog</c>,
61 - and <c>mail</c>. You must select at least one module in order to use elog.
62 + PORTAGE_ELOG_SYSTEM: This selects the module(s) to process the log messages.
63 + If left empty, logging is disabled. You can use any space-separated
64 + combination of <c>save</c>, <c>custom</c>, <c>syslog</c>, <c>mail</c>,
65 + <c>save_summary</c>, and <c>mail_summary</c>. You must select at least one
66 + module in order to use elog.
67 <ul>
68 <li>
69 - save: This saves one log per package in <path>$PORT_LOGDIR/elog</path>,
70 - or <path>/var/log/portage/elog</path> if $PORT_LOGDIR is not defined.
71 + <c>save</c>: This saves one log per package in
72 + <path>$PORT_LOGDIR/elog</path>, or <path>/var/log/portage/elog</path> if
73 + $PORT_LOGDIR is not defined.
74 </li>
75 <li>
76 - custom: Passes all messages to a user-defined command in
77 + <c>custom</c>: Passes all messages to a user-defined command in
78 $PORTAGE_ELOG_COMMAND; this will be discussed later.
79 </li>
80 - <li>syslog: Sends all messages to the installed system logger.</li>
81 <li>
82 - mail: Passes all messages to a user-defined mailserver in
83 + <c>syslog</c>: Sends all messages to the installed system logger.
84 + </li>
85 + <li>
86 + <c>mail</c>: Passes all messages to a user-defined mailserver in
87 $PORTAGE_ELOG_MAILURI; this will be discussed later. The mail features
88 of elog require &gt;=<c>portage-2.1.1</c>.
89 </li>
90 + <li>
91 + <c>save_summary</c>: Similar to <c>save</c>, but it merges all messages
92 + in <path>$PORT_LOGDIR/elog/summary.log</path>, or
93 + <path>/var/log/portage/elog/summary.log</path> if $PORT_LOGDIR is not
94 + defined.
95 + </li>
96 + <li>
97 + <c>mail_summary</c>: Similar to <c>mail</c>, but it sends all messages
98 + in a single mail when emerge exits.
99 + </li>
100 </ul>
101 </li>
102 <li>
103
104
105
106 --
107 gentoo-doc-cvs@g.o mailing list