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

ryandesign at macports.org ryandesign at macports.org
Sun Aug 7 15:59:17 PDT 2016


Revision: 151130
          https://trac.macports.org/changeset/151130
Author:   ryandesign at macports.org
Date:     2016-08-07 15:59:17 -0700 (Sun, 07 Aug 2016)
Log Message:
-----------
buildbot-test: no need to pass --port to mpbb cleanup anymore

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

Modified: contrib/buildbot-test/master.cfg
===================================================================
--- contrib/buildbot-test/master.cfg	2016-08-07 22:43:13 UTC (rev 151129)
+++ contrib/buildbot-test/master.cfg	2016-08-07 22:59:17 UTC (rev 151130)
@@ -408,7 +408,7 @@
 
 # TODO: do we want to upload the individual logs so maintainers can review them?
 portbuilder_factory.addStep(ShellCommand(
-    command=['./mpbb/mpbb', 'cleanup', '--prefix', WithProperties(prefix), '--port', WithProperties('%(portname)s')],
+    command=['./mpbb/mpbb', 'cleanup', '--prefix', WithProperties(prefix)],
     name="cleanup",
     description=["cleaning"],
     descriptionDone=["clean"],
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160807/f0f726d1/attachment.html>


More information about the macports-changes mailing list