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 DA4C213835A for ; Mon, 18 Jan 2021 19:38:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E26F1E0788; Mon, 18 Jan 2021 19:38:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CA8B5E0788 for ; Mon, 18 Jan 2021 19:38:05 +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 749AE340EE6 for ; Mon, 18 Jan 2021 19:38:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E30E892 for ; Mon, 18 Jan 2021 19:38:02 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1610995761.82319bbbaa94a3c519765b2744ba45a4b0241a4f.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:wip/mattst88 commit in: targets/stage1/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/stage1/chroot.sh X-VCS-Directories: targets/stage1/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 82319bbbaa94a3c519765b2744ba45a4b0241a4f X-VCS-Branch: wip/mattst88 Date: Mon, 18 Jan 2021 19:38:02 +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: 6964ef65-1466-48a6-9230-952415eb13bf X-Archives-Hash: 5dd13d8a09dc2c796790da60c14aed36 commit: 82319bbbaa94a3c519765b2744ba45a4b0241a4f Author: Matt Turner gentoo org> AuthorDate: Mon Jan 18 17:47:20 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Jan 18 18:49:21 2021 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=82319bbb targets: Update seed stage's sys-apps/portage We'll want to use some new features that have been added specifically for catalyst. Signed-off-by: Matt Turner gentoo.org> targets/stage1/chroot.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/targets/stage1/chroot.sh b/targets/stage1/chroot.sh index 50afef4a..1085641e 100755 --- a/targets/stage1/chroot.sh +++ b/targets/stage1/chroot.sh @@ -32,6 +32,9 @@ FEATURES="${FEATURES} nodoc noman noinfo" if [ -n "${clst_update_seed}" ]; then if [ "${clst_update_seed}" == "yes" ]; then echo "Updating seed stage..." + + ROOT=/ USE=-rsync-verify run_merge --oneshot --update sys-apps/portage + if [ -n "${clst_update_seed_command}" ]; then ROOT=/ run_merge --buildpkg=n "${clst_update_seed_command}" else