From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3EF8F138334 for ; Thu, 6 Jun 2019 15:45:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FA10E089D; Thu, 6 Jun 2019 15:45:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1266FE089D for ; Thu, 6 Jun 2019 15:45:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E59B9345850 for ; Thu, 6 Jun 2019 15:45:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB52A602 for ; Thu, 6 Jun 2019 15:45:18 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1559835827.a5b186829d363bf501d70d30634b5265d08efede.blueness@gentoo> Subject: [gentoo-commits] proj/grs:desktop-amd64-hardened commit in: scripts/ X-VCS-Repository: proj/grs X-VCS-Files: scripts/cycle.2.sh scripts/cycle.3.sh X-VCS-Directories: scripts/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: a5b186829d363bf501d70d30634b5265d08efede X-VCS-Branch: desktop-amd64-hardened Date: Thu, 6 Jun 2019 15:45:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 194ec96e-c34b-4e03-b55f-889bb77ac0e6 X-Archives-Hash: 1ae609f6d90ac473870dfc938a1d4de6 commit: a5b186829d363bf501d70d30634b5265d08efede Author: Anthony G. Basile gentoo org> AuthorDate: Thu Jun 6 15:43:47 2019 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Thu Jun 6 15:43:47 2019 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=a5b18682 scripts: 'unset CONFIGFILE' to avoid polution scripts/cycle.2.sh | 2 ++ scripts/cycle.3.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/scripts/cycle.2.sh b/scripts/cycle.2.sh index ee7fc3a..d2daec3 100644 --- a/scripts/cycle.2.sh +++ b/scripts/cycle.2.sh @@ -4,6 +4,8 @@ source /etc/profile env-update emerge -b1q portage emerge -b1q app-portage/grs + +unset CONFIGFILE install-worldconf emerge -bevq --keep-going --verbose-conflicts --with-bdeps=y @world clean-worldconf diff --git a/scripts/cycle.3.sh b/scripts/cycle.3.sh index e106ecf..d1ac17e 100644 --- a/scripts/cycle.3.sh +++ b/scripts/cycle.3.sh @@ -2,6 +2,8 @@ source /etc/profile env-update + +unset CONFIGFILE install-worldconf emerge -buvNDq --keep-going --verbose-conflicts --with-bdeps=y @world clean-worldconf