From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1242903-garchives=archives.gentoo.org@lists.gentoo.org> 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 77C911382C5 for <garchives@archives.gentoo.org>; Mon, 18 Jan 2021 19:53:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4559CE0826; Mon, 18 Jan 2021 19:53:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2E739E0826 for <gentoo-commits@lists.gentoo.org>; Mon, 18 Jan 2021 19:53:51 +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 1026F340E3A for <gentoo-commits@lists.gentoo.org>; Mon, 18 Jan 2021 19:53:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DB544AF for <gentoo-commits@lists.gentoo.org>; Mon, 18 Jan 2021 19:53:46 +0000 (UTC) From: "Matt Turner" <mattst88@gentoo.org> 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" <mattst88@gentoo.org> Message-ID: <1610998988.1299c36e34a65952d1f69fb1fbb533789e7a2d0f.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:pending/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: 1299c36e34a65952d1f69fb1fbb533789e7a2d0f X-VCS-Branch: pending/mattst88 Date: Mon, 18 Jan 2021 19:53:46 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3667473d-5c5d-42fb-a144-dd6d1a08c42c X-Archives-Hash: 6ef20827438de1ee4496c09e647c2abb commit: 1299c36e34a65952d1f69fb1fbb533789e7a2d0f Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Mon Jan 18 17:47:20 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Mon Jan 18 19:43:08 2021 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=1299c36e targets: Update seed stage's sys-apps/portage We'll want to use some new features that have been added specifically for catalyst. It's probably a good idea to use the latest stable portage anyway. Signed-off-by: Matt Turner <mattst88 <AT> 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