[96019] contrib/buildbot/master.cfg

wsiegrist at apple.com wsiegrist at apple.com
Sat Jul 28 18:42:20 PDT 2012


Revision: 96019
          https://trac.macports.org/changeset/96019
Author:   wsiegrist at apple.com
Date:     2012-07-28 18:42:18 -0700 (Sat, 28 Jul 2012)
Log Message:
-----------
Remove use of WithProperties due to exceptions.

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

Modified: contrib/buildbot/master.cfg
===================================================================
--- contrib/buildbot/master.cfg	2012-07-28 20:20:18 UTC (rev 96018)
+++ contrib/buildbot/master.cfg	2012-07-29 01:42:18 UTC (rev 96019)
@@ -233,14 +233,14 @@
                            'ULPATH': ulpath}))
 # upload archives from build slave to master
 from buildbot.steps.transfer import DirectoryUpload
-ports_factory.addStep(DirectoryUpload(slavesrc=ulpath, masterdest=WithProperties(ulpath_unique)))
+ports_factory.addStep(DirectoryUpload(slavesrc=ulpath, masterdest=ulpath))
 # sign generated binaries and sync to download server (if distributable)
 from buildbot.steps.master import MasterShellCommand
 ports_factory.addStep(MasterShellCommand(command=["./deploy_archives.sh"],
                                    name="deploy archives",
                                    description="deploy archives",
                       env={'PRIVKEY': privkey,
-                           'ULPATH': WithProperties(ulpath_unique),
+                           'ULPATH': ulpath, 
                            'DLHOST': dlhost,
                            'DLPATH': dlpath}))
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120728/67fb9adb/attachment.html>


More information about the macports-changes mailing list