buildbot-test: deploy archives

git-svn-id: https://svn.macports.org/repository/macports/contrib/buildbot-test@151103 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Ryan Schmidt
2016-08-07 14:34:18 +00:00
parent b80ad30357
commit 2ad337fcbf
+8 -7
View File
@@ -402,13 +402,14 @@ portbuilder_factory.addStep(ShellCommand(
# 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",