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

ryandesign at macports.org ryandesign at macports.org
Sun Aug 7 07:34:19 PDT 2016


Revision: 151103
          https://trac.macports.org/changeset/151103
Author:   ryandesign at macports.org
Date:     2016-08-07 07:34:18 -0700 (Sun, 07 Aug 2016)
Log Message:
-----------
buildbot-test: deploy archives

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

Modified: contrib/buildbot-test/master.cfg
===================================================================
--- contrib/buildbot-test/master.cfg	2016-08-07 14:21:55 UTC (rev 151102)
+++ contrib/buildbot-test/master.cfg	2016-08-07 14:34:18 UTC (rev 151103)
@@ -402,13 +402,14 @@
 
 # XXX: move deploy_archives.sh functionality to mp-buildbot
 # sign generated binaries and sync to download server (if distributable)
-#if production:
-#    portbuilder_factory.addStep(MasterShellCommand(command=["./deploy_archives.sh", WithProperties(ulpath_unique)],
-#                                       name="deploy archives",
-#                                       description="deploy archives",
-#                          env={'PRIVKEY': privkey,
-#                               'DLHOST': dlhost,
-#                               'DLPATH': dlpath}))
+if production:
+    portbuilder_factory.addStep(MasterShellCommand(command=["./deploy_archives.sh", WithProperties(ulpath_unique)],
+                                       name="deploy-archives",
+                                       description=["deploying", "archives"],
+                                       descriptionDone=["deploy", "archives"],
+                          env={'PRIVKEY': privkey,
+                               'DLHOST': dlhost,
+                               'DLPATH': dlpath}))
 
 # TODO: do we want to upload the individual logs so maintainers can review them?
 #ports_factory.addStep(ShellCommand(command="./cleanup_old.sh",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160807/cbc3620b/attachment.html>


More information about the macports-changes mailing list