mirror of
https://github.com/macports/macports-infrastructure.git
synced 2026-07-12 18:18:46 -07:00
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:
+4
-2
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user