[151131] contrib/buildbot-test/master.cfg

ryandesign at macports.org ryandesign at macports.org
Sun Aug 7 16:00:47 PDT 2016


Revision: 151131
          https://trac.macports.org/changeset/151131
Author:   ryandesign at macports.org
Date:     2016-08-07 16:00:47 -0700 (Sun, 07 Aug 2016)
Log Message:
-----------
buildbot-test: clean up at start of portwatcher

Just in case a previous build crashed somehow and didn't clean up.

Modified Paths:
--------------
    contrib/buildbot-test/master.cfg

Modified: contrib/buildbot-test/master.cfg
===================================================================
--- contrib/buildbot-test/master.cfg	2016-08-07 22:59:17 UTC (rev 151130)
+++ contrib/buildbot-test/master.cfg	2016-08-07 23:00:47 UTC (rev 151131)
@@ -295,6 +295,12 @@
         haltOnFailure=True))
 
     portwatcher_factory.addStep(ShellCommand(
+        command=['./mpbb/mpbb', 'cleanup', '--prefix', WithProperties(prefix)],
+        name="cleanup",
+        description=["cleaning"],
+        descriptionDone=["clean"]))
+
+    portwatcher_factory.addStep(ShellCommand(
         command=['./mpbb/mpbb', 'selfupdate', '--prefix', WithProperties(prefix)],
         name="selfupdate",
         description=["updating", "MacPorts"],
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160807/dd80f101/attachment.html>


More information about the macports-changes mailing list