[80243] contrib/buildbot/master.cfg

jmr at macports.org jmr at macports.org
Thu Jul 7 09:36:04 PDT 2011


Revision: 80243
          http://trac.macports.org/changeset/80243
Author:   jmr at macports.org
Date:     2011-07-07 09:36:04 -0700 (Thu, 07 Jul 2011)
Log Message:
-----------
buildbot: pass BASE_UPDATE to mpsync.sh

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

Modified: contrib/buildbot/master.cfg
===================================================================
--- contrib/buildbot/master.cfg	2011-07-07 16:33:44 UTC (rev 80242)
+++ contrib/buildbot/master.cfg	2011-07-07 16:36:04 UTC (rev 80243)
@@ -158,7 +158,8 @@
                       mode="update"))
 ports_factory.addStep(ShellCommand(command=["./mpsync.sh"],
                       env={'PREFIX': WithProperties(prefix),
-                           'SRC_PREFIX': WithProperties(src_prefix)}))
+                           'SRC_PREFIX': WithProperties(src_prefix),
+                           'BASE_UPDATE': 'selfupdate'}))
 ports_factory.addStep(ShellCommandWithPortList(command=WithProperties('echo %(portlist)s | tr " " "\n" > portlist')))
 # run MPAB on the port list
 ports_factory.addStep(Compile(command=["./mpab", "buildports", "portlist"],
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110707/ac7a1f20/attachment.html>


More information about the macports-changes mailing list