[81591] contrib/buildbot/master.cfg
jmr at macports.org
jmr at macports.org
Tue Aug 2 08:38:20 PDT 2011
Revision: 81591
http://trac.macports.org/changeset/81591
Author: jmr at 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",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110802/375426f9/attachment.html>
More information about the macports-changes
mailing list