Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-doc-cvs
Navigation:
Lists: gentoo-doc-cvs: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-doc-cvs@g.o
From: Josh Saddler <nightmorph@g.o>
Subject: cvs commit: hb-portage-files.xml
Date: Tue, 12 Jun 2007 04:27:34 +0000
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 &gt;=<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


Navigation:
Lists: gentoo-doc-cvs: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
cvs commit: hb-portage-files.xml
Next by thread:
cvs commit: hb-portage-files.xml
Previous by date:
cvs commit: hb-install-configure.xml
Next by date:
cvs commit: hb-portage-files.xml


Updated Jun 17, 2009

Summary: Archive of the gentoo-doc-cvs mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.