public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] releng r601 - in trunk: . tools
@ 2008-12-22  4:52 Andrew Gaffney (agaffney)
  0 siblings, 0 replies; only message in thread
From: Andrew Gaffney (agaffney) @ 2008-12-22  4:52 UTC (permalink / raw
  To: gentoo-commits

Author: agaffney
Date: 2008-12-22 04:52:31 +0000 (Mon, 22 Dec 2008)
New Revision: 601

Modified:
   trunk/ChangeLog
   trunk/tools/catalyst-auto
Log:
Uncomment section to run catalyst with --purgeonly

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-12-18 20:51:27 UTC (rev 600)
+++ trunk/ChangeLog	2008-12-22 04:52:31 UTC (rev 601)
@@ -2,6 +2,9 @@
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  22 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> tools/catalyst-auto:
+  Uncomment section to run catalyst with --purgeonly
+
   08 Oct 2008; Andrew Gaffney <agaffney@gentoo.org>
   tools/catalyst-auto-amd64.conf:
   Use absolute path for svn checkout on poseidon

Modified: trunk/tools/catalyst-auto
===================================================================
--- trunk/tools/catalyst-auto	2008-12-18 20:51:27 UTC (rev 600)
+++ trunk/tools/catalyst-auto	2008-12-22 04:52:31 UTC (rev 601)
@@ -192,10 +192,9 @@
   fi
 done
 
-# We'll uncomment this section when there's a released version of catalyst with --purgeonly support
-#for i in ${SPECS} ${OPTIONAL_SPECS}; do
-#	run_cmd "catalyst -P -c ${CATALYST_CONFIG} -f ${i}" /dev/null
-#done
+for i in ${SPECS} ${OPTIONAL_SPECS}; do
+	run_cmd "catalyst -P -c ${CATALYST_CONFIG} -f ${i}" /dev/null
+done
 
 if ! run_cmd "post_build" "${TMPDIR}/log/post_build.log"; then
   send_email "Catalyst build error - post_build" "Your post_build function sucks" "${TMPDIR}/log/post_build.log"




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-22  4:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-22  4:52 [gentoo-commits] releng r601 - in trunk: . tools Andrew Gaffney (agaffney)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox