[80469] contrib/buildbot/master.cfg

jmr at macports.org jmr at macports.org
Wed Jul 13 08:30:06 PDT 2011


Revision: 80469
          http://trac.macports.org/changeset/80469
Author:   jmr at macports.org
Date:     2011-07-13 08:30:05 -0700 (Wed, 13 Jul 2011)
Log Message:
-----------
buildmaster: master shell command can't use slave properties

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

Modified: contrib/buildbot/master.cfg
===================================================================
--- contrib/buildbot/master.cfg	2011-07-13 15:23:45 UTC (rev 80468)
+++ contrib/buildbot/master.cfg	2011-07-13 15:30:05 UTC (rev 80469)
@@ -187,10 +187,11 @@
 ports_factory.addStep(DirectoryUpload(slavesrc=ulpath, masterdest=ulpath))
 # sign generated binaries and sync to download server (if distributable)
 from buildbot.steps.master import MasterShellCommand
+master_prefix='/opt/local'
 ports_factory.addStep(MasterShellCommand(command=["./deploy_archives.sh"],
                                    name="deploy archives",
                                    description="deploy archives",
-                      env={'PREFIX': WithProperties(prefix),
+                      env={'PREFIX': master_prefix,
                            'PRIVKEY': privkey,
                            'ULPATH': ulpath,
                            'DLHOST': dlhost,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110713/2fc78794/attachment.html>


More information about the macports-changes mailing list