[95991] contrib/buildbot/master.cfg

wsiegrist at apple.com wsiegrist at apple.com
Fri Jul 27 13:59:16 PDT 2012


Revision: 95991
          https://trac.macports.org/changeset/95991
Author:   wsiegrist at 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 at 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'
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120727/57995115/attachment.html>


More information about the macports-changes mailing list