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 0109A138263 for ; Tue, 24 May 2016 02:05:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D6F2141F7; Tue, 24 May 2016 02:05:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C6CE141F7 for ; Tue, 24 May 2016 02:05:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83538340901 for ; Tue, 24 May 2016 02:05:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E391AA2 for ; Tue, 24 May 2016 02:05:34 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1464055509.948570e7a45b35fd2e2ad8d61f1a20543f2ccb39.vapier@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: config/ X-VCS-Repository: proj/releng X-VCS-Files: config/build.env X-VCS-Directories: config/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 948570e7a45b35fd2e2ad8d61f1a20543f2ccb39 X-VCS-Branch: master Date: Tue, 24 May 2016 02:05:34 +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: a78d2f71-f286-4d44-8d1b-bcd8c7de5f85 X-Archives-Hash: 541fbdac2ecb25a22745f622660becf0 commit: 948570e7a45b35fd2e2ad8d61f1a20543f2ccb39 Author: Mike Frysinger gentoo org> AuthorDate: Tue May 24 02:05:09 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue May 24 02:05:09 2016 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=948570e7 drop duplicate default e-mail values The catalyst-auto defaults already align with these. config/build.env | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/build.env b/config/build.env index 2fc44f6..1599a39 100644 --- a/config/build.env +++ b/config/build.env @@ -6,5 +6,3 @@ BUILD_DESTDIR_BASE=${BASE_DIR}/weekly/builds/${ARCH}/ CATALYST_CONFIG=/etc/catalyst/release/${ARCH}-${TYPE}.conf EMAIL_SUBJECT_PREPEND="[${ARCH}-${TYPE}]" -EMAIL_TO=releng@gentoo.org,gentoo-releng-autobuilds@lists.gentoo.org -EMAIL_FROM=catalyst@$(hostname -f)