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 49F11138200 for ; Thu, 23 Aug 2012 05:56:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17163E07A7; Thu, 23 Aug 2012 05:55:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DE5A8E07A7 for ; Thu, 23 Aug 2012 05:55:36 +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 5158F33DF73 for ; Thu, 23 Aug 2012 05:55:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id ADA6DE5440 for ; Thu, 23 Aug 2012 05:55:33 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: <1345517861.096634ffe24c4c13ebf15a9294efe346e28afab9.jmbsvicetto@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: targets/stage1/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/stage1/stage1-chroot.sh X-VCS-Directories: targets/stage1/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: 096634ffe24c4c13ebf15a9294efe346e28afab9 X-VCS-Branch: master Date: Thu, 23 Aug 2012 05:55:33 +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: d493fdfc-18df-4c84-b3ef-54d3fb696afe X-Archives-Hash: 261213a0bf3a59e2d6cacfe54c271017 commit: 096634ffe24c4c13ebf15a9294efe346e28afab9 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) gentoo org> AuthorDate: Tue Aug 21 02:57:41 2012 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org> CommitDate: Tue Aug 21 02:57:41 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=096634ff We need to set the profile before trying to determine what packages to build. --- targets/stage1/stage1-chroot.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/stage1/stage1-chroot.sh b/targets/stage1/stage1-chroot.sh index e238012..af50a1c 100644 --- a/targets/stage1/stage1-chroot.sh +++ b/targets/stage1/stage1-chroot.sh @@ -1,10 +1,10 @@ #!/bin/bash +source /tmp/chroot-functions.sh + # We do this first, so we know our package list for --debug export clst_buildpkgs="$(/tmp/build.py)" -source /tmp/chroot-functions.sh - # Setup our environment BOOTSTRAP_USE="$(portageq envvar BOOTSTRAP_USE)" FEATURES="${clst_myfeatures} nodoc noman noinfo -news"