diff --git a/ChangeLog b/ChangeLog index 09cc2dae..cf315330 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 22 Dec 2008; Andrew Gaffney tools/catalyst-auto: + Uncomment section to run catalyst with --purgeonly + 08 Oct 2008; Andrew Gaffney tools/catalyst-auto-amd64.conf: Use absolute path for svn checkout on poseidon diff --git a/tools/catalyst-auto b/tools/catalyst-auto index 1d0d65c5..fc5c75a7 100755 --- a/tools/catalyst-auto +++ b/tools/catalyst-auto @@ -192,10 +192,9 @@ for i in ${OPTIONAL_SPECS}; do 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"