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

mojca at macports.org mojca at macports.org
Sun Aug 7 06:49:31 PDT 2016


Revision: 151101
          https://trac.macports.org/changeset/151101
Author:   mojca at macports.org
Date:     2016-08-07 06:49:31 -0700 (Sun, 07 Aug 2016)
Log Message:
-----------
buildbot: add a new cleanup step

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

Modified: contrib/buildbot-test/master.cfg
===================================================================
--- contrib/buildbot-test/master.cfg	2016-08-07 12:24:29 UTC (rev 151100)
+++ contrib/buildbot-test/master.cfg	2016-08-07 13:49:31 UTC (rev 151101)
@@ -392,6 +392,14 @@
     slavesrc=ulpath,
     masterdest=WithProperties(ulpath_unique)))
 
+portbuilder_factory.addStep(ShellCommand(
+    command=['./mpbb/mpbb', 'cleanup', '--prefix', WithProperties(prefix), '--port', WithProperties('%(portname)s')],
+    name="cleanup",
+    description="cleaning up",
+    descriptionDone="clean up",
+    alwaysRun=True))
+
+
 # XXX: move deploy_archives.sh functionality to mp-buildbot
 # sign generated binaries and sync to download server (if distributable)
 #if production:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160807/1e813226/attachment.html>


More information about the macports-changes mailing list