From b79d06a3700ea725481d149906a9c66fa681a5ab Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Thu, 21 Feb 2008 16:01:41 +0000 Subject: [PATCH] Remove temporary package listing code, since --verbose is forced on with --debug git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1322 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 5 +++++ targets/support/chroot-functions.sh | 15 --------------- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7de19b75..f3553b22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 # $Id: $ + 21 Feb 2008; Andrew Gaffney + targets/support/chroot-functions.sh: + Remove temporary package listing code, since --verbose is forced on with + --debug + 21 Feb 2008; Andrew Gaffney catalyst: Force-enable --verbose when using --debug diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh index 59a0b77b..89f0c964 100755 --- a/targets/support/chroot-functions.sh +++ b/targets/support/chroot-functions.sh @@ -304,21 +304,6 @@ show_debug() { echo "KERNEL_ABI: $(portageq envvar KERNEL_ABI)" echo "MULTILIB_ABIS: $(portageq envvar MULTILIB_ABIS)" echo - ### XXX: This is temporary until we make --debug force-enable --verbose - if [ -n "${clst_buildpkgs}" ] - then - PACKAGES=${clst_buildpkgs} - elif [ -n "${clst_packages}" ] - then - PACKAGES=${clst_packages} - fi - if [ -n "${PACKAGES}" ] - then - echo "Packages:" - echo "${PACKAGES}" - echo - fi - ### XXX: end of section to remove fi } -- 2.26.2