Gentoo Archives: gentoo-commits

From: "Andrew Gaffney (agaffney)" <agaffney@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] releng r601 - in trunk: . tools
Date: Mon, 22 Dec 2008 04:52:34
Message-Id: E1LEcmN-00044N-KQ@stork.gentoo.org
1 Author: agaffney
2 Date: 2008-12-22 04:52:31 +0000 (Mon, 22 Dec 2008)
3 New Revision: 601
4
5 Modified:
6 trunk/ChangeLog
7 trunk/tools/catalyst-auto
8 Log:
9 Uncomment section to run catalyst with --purgeonly
10
11 Modified: trunk/ChangeLog
12 ===================================================================
13 --- trunk/ChangeLog 2008-12-18 20:51:27 UTC (rev 600)
14 +++ trunk/ChangeLog 2008-12-22 04:52:31 UTC (rev 601)
15 @@ -2,6 +2,9 @@
16 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
17 # $Header: $
18
19 + 22 Dec 2008; Andrew Gaffney <agaffney@g.o> tools/catalyst-auto:
20 + Uncomment section to run catalyst with --purgeonly
21 +
22 08 Oct 2008; Andrew Gaffney <agaffney@g.o>
23 tools/catalyst-auto-amd64.conf:
24 Use absolute path for svn checkout on poseidon
25
26 Modified: trunk/tools/catalyst-auto
27 ===================================================================
28 --- trunk/tools/catalyst-auto 2008-12-18 20:51:27 UTC (rev 600)
29 +++ trunk/tools/catalyst-auto 2008-12-22 04:52:31 UTC (rev 601)
30 @@ -192,10 +192,9 @@
31 fi
32 done
33
34 -# We'll uncomment this section when there's a released version of catalyst with --purgeonly support
35 -#for i in ${SPECS} ${OPTIONAL_SPECS}; do
36 -# run_cmd "catalyst -P -c ${CATALYST_CONFIG} -f ${i}" /dev/null
37 -#done
38 +for i in ${SPECS} ${OPTIONAL_SPECS}; do
39 + run_cmd "catalyst -P -c ${CATALYST_CONFIG} -f ${i}" /dev/null
40 +done
41
42 if ! run_cmd "post_build" "${TMPDIR}/log/post_build.log"; then
43 send_email "Catalyst build error - post_build" "Your post_build function sucks" "${TMPDIR}/log/post_build.log"