From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8D8A413800E for ; Sun, 5 Aug 2012 08:13:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2A7DE0281; Sun, 5 Aug 2012 08:13:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B1BBFE0281 for ; Sun, 5 Aug 2012 08:13:19 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 237591B4013 for ; Sun, 5 Aug 2012 08:13:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E16D2E5439 for ; Sun, 5 Aug 2012 08:13:17 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1344154383.e88d8b8a89a895b646e7d18ad9d6893165978644.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: cnf/ X-VCS-Repository: proj/portage X-VCS-Files: cnf/make.conf cnf/make.globals X-VCS-Directories: cnf/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: e88d8b8a89a895b646e7d18ad9d6893165978644 X-VCS-Branch: master Date: Sun, 5 Aug 2012 08:13:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b013a597-4fe8-4d1b-aaed-a6b4c624049f X-Archives-Hash: 74b175a7b27124dc37739a334ff5c676 commit: e88d8b8a89a895b646e7d18ad9d6893165978644 Author: Zac Medico gentoo org> AuthorDate: Sun Aug 5 08:13:03 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Aug 5 08:13:03 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=e88d8b8a elog: enable save_summary:qa by default QA warnings still won't be echoed by default, but they will be saved in summary.log. --- cnf/make.conf | 2 +- cnf/make.globals | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cnf/make.conf b/cnf/make.conf index ad2a5b7..7dcfbb9 100644 --- a/cnf/make.conf +++ b/cnf/make.conf @@ -312,7 +312,7 @@ PORTAGE_ELOG_CLASSES="log warn error" # separated list of loglevels to override PORTAGE_ELOG_CLASSES # for this module (e.g. # PORTAGE_ELOG_SYSTEM="mail:warn,error syslog:* save") -#PORTAGE_ELOG_SYSTEM="save_summary echo" +#PORTAGE_ELOG_SYSTEM="save_summary:log,warn,error,qa echo" # PORTAGE_ELOG_COMMAND: only used with the "custom" logging module. Specifies a command # to process log messages. Two variables are expanded: diff --git a/cnf/make.globals b/cnf/make.globals index ada91f8..ce35554 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -121,7 +121,7 @@ PORTAGE_WORKDIR_MODE="0700" # Some defaults for elog PORTAGE_ELOG_CLASSES="log warn error" -PORTAGE_ELOG_SYSTEM="save_summary echo" +PORTAGE_ELOG_SYSTEM="save_summary:log,warn,error,qa echo" PORTAGE_ELOG_MAILURI="root" PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for \${PACKAGE} on \${HOST}"