Revision: 81591 http://trac.macports.org/changeset/81591 Author: jmr@macports.org Date: 2011-08-02 08:38:18 -0700 (Tue, 02 Aug 2011) Log Message: ----------- buildmaster: don't halt when the compile step fails Modified Paths: -------------- contrib/buildbot/master.cfg Modified: contrib/buildbot/master.cfg =================================================================== --- contrib/buildbot/master.cfg 2011-08-02 12:12:27 UTC (rev 81590) +++ contrib/buildbot/master.cfg 2011-08-02 15:38:18 UTC (rev 81591) @@ -179,7 +179,8 @@ ports_factory.addStep(Compile(command=["./mpab", "buildports", "portlist"], env={'PREFIX': WithProperties(prefix), 'SRC_PREFIX': WithProperties(src_prefix)}, - logfiles={"progress": "progress.log"})) + logfiles={"progress": "progress.log"}, + haltOnFailure=False)) ports_factory.addStep(ShellCommand(command=["./gather_archives.sh"], name="gather archives",