Set dlhost for new packages server

git-svn-id: https://svn.macports.org/repository/macports/contrib/buildbot@95991 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
William Siegrist
2012-07-27 20:59:13 +00:00
parent db13f7b243
commit bb763e7581
+4 -2
View File
@@ -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'