Gentoo Archives: gentoo-commits

From: "Andrew Gaffney (agaffney)" <agaffney@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] catalyst r1322 - in trunk: . targets/support
Date: Thu, 21 Feb 2008 16:01:44
Message-Id: E1JSDri-0007iM-CE@stork.gentoo.org
1 Author: agaffney
2 Date: 2008-02-21 16:01:41 +0000 (Thu, 21 Feb 2008)
3 New Revision: 1322
4
5 Modified:
6 trunk/ChangeLog
7 trunk/targets/support/chroot-functions.sh
8 Log:
9 Remove temporary package listing code, since --verbose is forced on with --debug
10
11 Modified: trunk/ChangeLog
12 ===================================================================
13 --- trunk/ChangeLog 2008-02-21 15:34:14 UTC (rev 1321)
14 +++ trunk/ChangeLog 2008-02-21 16:01:41 UTC (rev 1322)
15 @@ -1,6 +1,11 @@
16 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
17 # $Id: $
18
19 + 21 Feb 2008; Andrew Gaffney <agaffney@g.o>
20 + targets/support/chroot-functions.sh:
21 + Remove temporary package listing code, since --verbose is forced on with
22 + --debug
23 +
24 21 Feb 2008; Andrew Gaffney <agaffney@g.o> catalyst:
25 Force-enable --verbose when using --debug
26
27
28 Modified: trunk/targets/support/chroot-functions.sh
29 ===================================================================
30 --- trunk/targets/support/chroot-functions.sh 2008-02-21 15:34:14 UTC (rev 1321)
31 +++ trunk/targets/support/chroot-functions.sh 2008-02-21 16:01:41 UTC (rev 1322)
32 @@ -304,21 +304,6 @@
33 echo "KERNEL_ABI: $(portageq envvar KERNEL_ABI)"
34 echo "MULTILIB_ABIS: $(portageq envvar MULTILIB_ABIS)"
35 echo
36 - ### XXX: This is temporary until we make --debug force-enable --verbose
37 - if [ -n "${clst_buildpkgs}" ]
38 - then
39 - PACKAGES=${clst_buildpkgs}
40 - elif [ -n "${clst_packages}" ]
41 - then
42 - PACKAGES=${clst_packages}
43 - fi
44 - if [ -n "${PACKAGES}" ]
45 - then
46 - echo "Packages:"
47 - echo "${PACKAGES}"
48 - echo
49 - fi
50 - ### XXX: end of section to remove
51 fi
52 }
53
54
55 --
56 gentoo-commits@l.g.o mailing list