git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1403
d1e1f19c-881f-0410-ab34-
b69fee027534
# 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,
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