diff --git a/buildbot/master.cfg b/buildbot/master.cfg index 337a775..08d5f1c 100644 --- a/buildbot/master.cfg +++ b/buildbot/master.cfg @@ -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",