From bb763e75815425dfe45d344fef30a37eac289d8a Mon Sep 17 00:00:00 2001 From: William Siegrist Date: Fri, 27 Jul 2012 20:59:13 +0000 Subject: [PATCH] Set dlhost for new packages server git-svn-id: https://svn.macports.org/repository/macports/contrib/buildbot@95991 d073be05-634f-4543-b044-5fe20cf6d1d6 --- buildbot/master.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/buildbot/master.cfg b/buildbot/master.cfg index b20ea8a..8c7ee1a 100644 --- a/buildbot/master.cfg +++ b/buildbot/master.cfg @@ -196,12 +196,14 @@ class ShellCommandWithPortList(ShellCommand): if production: prefix='/opt/local' src_prefix='/opt/mports' - dlpath='/www/hosts/packages.macports.org' + dlhost='packages@packages.macports.org' + dlpath='/var/www/html/packages' else: prefix='%(workdir)s/opt/local' src_prefix='%(workdir)s/opt/mports' dlpath='./deployed_archives' -dlhost='' + dlhost='' + ulpath='archive_staging' ulpath_unique=ulpath+'-%(buildername)s'