Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: targets/stage1/
Date: Thu, 23 Aug 2012 05:56:49
Message-Id: 1345517861.096634ffe24c4c13ebf15a9294efe346e28afab9.jmbsvicetto@gentoo
1 commit: 096634ffe24c4c13ebf15a9294efe346e28afab9
2 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 21 02:57:41 2012 +0000
4 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 21 02:57:41 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=096634ff
7
8 We need to set the profile before trying to determine what packages to build.
9
10 ---
11 targets/stage1/stage1-chroot.sh | 4 ++--
12 1 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/targets/stage1/stage1-chroot.sh b/targets/stage1/stage1-chroot.sh
15 index e238012..af50a1c 100644
16 --- a/targets/stage1/stage1-chroot.sh
17 +++ b/targets/stage1/stage1-chroot.sh
18 @@ -1,10 +1,10 @@
19 #!/bin/bash
20
21 +source /tmp/chroot-functions.sh
22 +
23 # We do this first, so we know our package list for --debug
24 export clst_buildpkgs="$(/tmp/build.py)"
25
26 -source /tmp/chroot-functions.sh
27 -
28 # Setup our environment
29 BOOTSTRAP_USE="$(portageq envvar BOOTSTRAP_USE)"
30 FEATURES="${clst_myfeatures} nodoc noman noinfo -news"