Modified: contrib/buildbot/master.cfg (95990 => 95991)
--- 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'