Gentoo Archives: gentoo-commits

From: "Andrew Gaffney (agaffney)" <agaffney@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] catalyst r1321 - trunk
Date: Thu, 21 Feb 2008 15:34:18
Message-Id: E1JSDR9-0007Qf-0X@stork.gentoo.org
1 Author: agaffney
2 Date: 2008-02-21 15:34:14 +0000 (Thu, 21 Feb 2008)
3 New Revision: 1321
4
5 Modified:
6 trunk/ChangeLog
7 trunk/catalyst
8 Log:
9 Force-enable --verbose when using --debug
10
11 Modified: trunk/ChangeLog
12 ===================================================================
13 --- trunk/ChangeLog 2008-02-21 08:30:26 UTC (rev 1320)
14 +++ trunk/ChangeLog 2008-02-21 15:34:14 UTC (rev 1321)
15 @@ -1,6 +1,9 @@
16 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
17 # $Id: $
18
19 + 21 Feb 2008; Andrew Gaffney <agaffney@g.o> catalyst:
20 + Force-enable --verbose when using --debug
21 +
22 21 Feb 2008; Chris Gianelloni <wolf31o2@g.o>
23 targets/support/kmerge.sh:
24 Changing modules-update to update-modules to quiet a warning and keep us
25
26 Modified: trunk/catalyst
27 ===================================================================
28 --- trunk/catalyst 2008-02-21 08:30:26 UTC (rev 1320)
29 +++ trunk/catalyst 2008-02-21 15:34:14 UTC (rev 1321)
30 @@ -270,6 +270,7 @@
31 sys.exit(2)
32 else:
33 conf_values["DEBUG"]="1"
34 + conf_values["VERBOSE"]="1"
35
36 if o in ("-c", "--config"):
37 if len(sys.argv) < 3:
38
39 --
40 gentoo-commits@l.g.o mailing list