Uncomment section to run catalyst with --purgeonly

svn path=/trunk/; revision=601
This commit is contained in:
Andrew Gaffney 2008-12-22 04:52:31 +00:00
parent 8963eaec62
commit 96624549d6
2 changed files with 6 additions and 4 deletions

View file

@ -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

View file

@ -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"