Revision: 95991 https://trac.macports.org/changeset/95991 Author: wsiegrist@apple.com Date: 2012-07-27 13:59:13 -0700 (Fri, 27 Jul 2012) Log Message: ----------- Set dlhost for new packages server Modified Paths: -------------- contrib/buildbot/master.cfg Modified: contrib/buildbot/master.cfg =================================================================== --- contrib/buildbot/master.cfg 2012-07-27 20:09:34 UTC (rev 95990) +++ contrib/buildbot/master.cfg 2012-07-27 20:59:13 UTC (rev 95991) @@ -196,12 +196,14 @@ 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'
participants (1)
-
wsiegrist@apple.com