mirror of
https://github.com/macports/macports-infrastructure.git
synced 2026-07-12 18:18:46 -07:00
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:
+8
-7
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user