Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] catalyst r1406 - in trunk: . targets/stage1 targets/stage2 targets/stage3 targets/stage4
Date: Fri, 09 May 2008 02:59:57
Message-Id: E1JuHk1-0005rx-Dp@stork.gentoo.org
1 Author: wolf31o2
2 Date: 2008-05-09 01:49:44 +0000 (Fri, 09 May 2008)
3 New Revision: 1406
4
5 Modified:
6 trunk/ChangeLog
7 trunk/targets/stage1/stage1-preclean-chroot.sh
8 trunk/targets/stage2/stage2-preclean-chroot.sh
9 trunk/targets/stage3/stage3-preclean-chroot.sh
10 trunk/targets/stage4/stage4-preclean-chroot.sh
11 Log:
12 We don't want to run setup_myfeatures in preclean, but still want to update the environment and show our debug information.
13
14 Modified: trunk/ChangeLog
15 ===================================================================
16 --- trunk/ChangeLog 2008-04-25 23:59:50 UTC (rev 1405)
17 +++ trunk/ChangeLog 2008-05-09 01:49:44 UTC (rev 1406)
18 @@ -1,6 +1,14 @@
19 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
20 # $Id: $
21
22 + 09 May 2008; Chris Gianelloni <wolf31o2@g.o>
23 + targets/stage1/stage1-preclean-chroot.sh,
24 + targets/stage2/stage2-preclean-chroot.sh,
25 + targets/stage3/stage3-preclean-chroot.sh,
26 + targets/stage4/stage4-preclean-chroot.sh:
27 + We don't want to run setup_myfeatures in preclean, but still want to update
28 + the environment and show our debug information.
29 +
30 25 Apr 2008; Chris Gianelloni <wolf31o2@g.o>
31 targets/stage1/stage1-preclean-chroot.sh,
32 targets/stage2/stage2-preclean-chroot.sh,
33
34 Modified: trunk/targets/stage1/stage1-preclean-chroot.sh
35 ===================================================================
36 --- trunk/targets/stage1/stage1-preclean-chroot.sh 2008-04-25 23:59:50 UTC (rev 1405)
37 +++ trunk/targets/stage1/stage1-preclean-chroot.sh 2008-05-09 01:49:44 UTC (rev 1406)
38 @@ -1,7 +1,12 @@
39 #!/bin/bash
40
41 +export RUN_DEFAULT_FUNCS="no"
42 +
43 source /tmp/chroot-functions.sh
44
45 +update_env_settings
46 +show_debug
47 +
48 # Now, some finishing touches to initialize gcc-config....
49 unset ROOT
50
51
52 Modified: trunk/targets/stage2/stage2-preclean-chroot.sh
53 ===================================================================
54 --- trunk/targets/stage2/stage2-preclean-chroot.sh 2008-04-25 23:59:50 UTC (rev 1405)
55 +++ trunk/targets/stage2/stage2-preclean-chroot.sh 2008-05-09 01:49:44 UTC (rev 1406)
56 @@ -1,7 +1,12 @@
57 #!/bin/bash
58
59 +export RUN_DEFAULT_FUNCS="no"
60 +
61 source /tmp/chroot-functions.sh
62
63 +update_env_settings
64 +show_debug
65 +
66 cleanup_stages
67
68 if [ -n "${clst_CCACHE}" ]
69
70 Modified: trunk/targets/stage3/stage3-preclean-chroot.sh
71 ===================================================================
72 --- trunk/targets/stage3/stage3-preclean-chroot.sh 2008-04-25 23:59:50 UTC (rev 1405)
73 +++ trunk/targets/stage3/stage3-preclean-chroot.sh 2008-05-09 01:49:44 UTC (rev 1406)
74 @@ -1,7 +1,12 @@
75 #!/bin/bash
76
77 +export RUN_DEFAULT_FUNCS="no"
78 +
79 source /tmp/chroot-functions.sh
80
81 +update_env_settings
82 +show_debug
83 +
84 cleanup_stages
85
86 if [ -n "${clst_CCACHE}" ]
87
88 Modified: trunk/targets/stage4/stage4-preclean-chroot.sh
89 ===================================================================
90 --- trunk/targets/stage4/stage4-preclean-chroot.sh 2008-04-25 23:59:50 UTC (rev 1405)
91 +++ trunk/targets/stage4/stage4-preclean-chroot.sh 2008-05-09 01:49:44 UTC (rev 1406)
92 @@ -1,7 +1,12 @@
93 #!/bin/bash
94
95 +export RUN_DEFAULT_FUNCS="no"
96 +
97 source /tmp/chroot-functions.sh
98
99 +update_env_settings
100 +show_debug
101 +
102 if [ -n "${clst_DISTCC}" ]
103 then
104 cleanup_distcc
105
106 --
107 gentoo-commits@l.g.o mailing list