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

ryandesign at macports.org ryandesign at macports.org
Wed Aug 10 00:25:11 PDT 2016


Revision: 151203
          https://trac.macports.org/changeset/151203
Author:   ryandesign at macports.org
Date:     2016-08-10 00:25:11 -0700 (Wed, 10 Aug 2016)
Log Message:
-----------
buildbot-test: mpbb gather-archives doesn't need --port anymore

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

Modified: contrib/buildbot-test/master.cfg
===================================================================
--- contrib/buildbot-test/master.cfg	2016-08-10 07:24:17 UTC (rev 151202)
+++ contrib/buildbot-test/master.cfg	2016-08-10 07:25:11 UTC (rev 151203)
@@ -390,7 +390,7 @@
     haltOnFailure=True))
 
 portbuilder_factory.addStep(ShellCommand(
-    command=['./mpbb/mpbb', 'gather-archives', '--prefix', WithProperties(prefix), '--port', WithProperties('%(portname)s'), '--archive-site', archivesite, '--staging-dir', ulpath],
+    command=['./mpbb/mpbb', 'gather-archives', '--prefix', WithProperties(prefix), '--archive-site', archivesite, '--staging-dir', ulpath],
     name="gather-archives",
     description=["gathering", "archives"],
     descriptionDone=["gather", "archives"],
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160810/48a1c397/attachment.html>


More information about the macports-changes mailing list