Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] catalyst r1403 - in trunk: . targets/support
Date: Fri, 25 Apr 2008 15:16:52
Message-Id: E1JpPfN-0001kD-Dr@stork.gentoo.org
1 Author: wolf31o2
2 Date: 2008-04-25 15:16:48 +0000 (Fri, 25 Apr 2008)
3 New Revision: 1403
4
5 Modified:
6 trunk/ChangeLog
7 trunk/targets/support/chroot-functions.sh
8 Log:
9 Added emerge --info to debug output. I don't know why I didn't add it before.
10
11 Modified: trunk/ChangeLog
12 ===================================================================
13 --- trunk/ChangeLog 2008-04-25 02:21:26 UTC (rev 1402)
14 +++ trunk/ChangeLog 2008-04-25 15:16:48 UTC (rev 1403)
15 @@ -2,6 +2,10 @@
16 # $Id: $
17
18 25 Apr 2008; Chris Gianelloni <wolf31o2@g.o>
19 + targets/support/chroot-functions.sh:
20 + Added emerge --info to debug output. I don't know why I didn't add it before.
21 +
22 + 25 Apr 2008; Chris Gianelloni <wolf31o2@g.o>
23 targets/stage1/stage1-preclean-chroot.sh,
24 targets/stage2/stage2-preclean-chroot.sh,
25 targets/stage3/stage3-preclean-chroot.sh,
26
27 Modified: trunk/targets/support/chroot-functions.sh
28 ===================================================================
29 --- trunk/targets/support/chroot-functions.sh 2008-04-25 02:21:26 UTC (rev 1402)
30 +++ trunk/targets/support/chroot-functions.sh 2008-04-25 15:16:48 UTC (rev 1403)
31 @@ -265,6 +265,9 @@
32 echo "Profile/target info:"
33 echo "Profile inheritance:"
34 python -c 'import portage; print portage.settings.profiles'
35 + echo
36 + # TODO: make this work on non-portage
37 + emerge --info
38 # TODO: grab our entire env
39 # <zmedico> to get see the ebuild env you can do something like:
40 # `set > /tmp/env_dump.${EBUILD_PHASE}` inside /etc/portage/bashrc
41
42 --
43 gentoo-commits@l.g.o mailing list