Added emerge --info to debug output. I don't know why I didn't add it before.
authorChris Gianelloni <wolf31o2@gentoo.org>
Fri, 25 Apr 2008 15:16:48 +0000 (15:16 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Fri, 25 Apr 2008 15:16:48 +0000 (15:16 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1403 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/support/chroot-functions.sh

index b96027840d1f2a011cf2c08f97c22b8b7eb0576c..e02effe9c717cf0bbeb86ec299fb43c45a0c57e3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Id: $
 
+  25 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+  targets/support/chroot-functions.sh:
+  Added emerge --info to debug output.  I don't know why I didn't add it before.
+
   25 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
   targets/stage1/stage1-preclean-chroot.sh,
   targets/stage2/stage2-preclean-chroot.sh,
index f90a4d9349e8690c138f98fa7ba7b86fcdf7b22a..b88b2d206b1c5a4d8332d19fba3f811d6fb86092 100755 (executable)
@@ -265,6 +265,9 @@ show_debug() {
                echo "Profile/target info:"
                echo "Profile inheritance:"
                python -c 'import portage; print portage.settings.profiles'
+               echo
+               # TODO: make this work on non-portage
+               emerge --info
                # TODO: grab our entire env
                # <zmedico> to get see the ebuild env you can do something like:
                # `set > /tmp/env_dump.${EBUILD_PHASE}` inside /etc/portage/bashrc