diff options
author | linimon <linimon@FreeBSD.org> | 2011-01-23 10:34:58 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-01-23 10:34:58 +0800 |
commit | c74fc6ad0d19110d862c487ac2fb3d622e5a43bd (patch) | |
tree | d7553d6646359f23e9394f84e1fb1f72618afbfc | |
parent | 5f09b22e36fd82f600fad9a658141e1aebf68014 (diff) | |
download | freebsd-ports-graphics-c74fc6ad0d19110d862c487ac2fb3d622e5a43bd.tar.gz freebsd-ports-graphics-c74fc6ad0d19110d862c487ac2fb3d622e5a43bd.tar.zst freebsd-ports-graphics-c74fc6ad0d19110d862c487ac2fb3d622e5a43bd.zip |
Add CLIENT_BACKUP_FTP_SITE as part of a generalization push between
bindist-*.tar files on pointyhat and pointyhat-west.
Feature safe: yes
-rw-r--r-- | Tools/portbuild/conf/client.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/portbuild/conf/client.conf b/Tools/portbuild/conf/client.conf index ddd6e7e6433..9d7696a25aa 100644 --- a/Tools/portbuild/conf/client.conf +++ b/Tools/portbuild/conf/client.conf @@ -12,6 +12,9 @@ # and src/ from CLIENT_NFS_MASTER=pointyhat.FreeBSD.org +# fallback for distfiles (see make.conf in bindist-*.tar) +CLIENT_BACKUP_FTP_SITE=pointyhat.FreeBSD.org + # where completed packages get uploaded CLIENT_UPLOAD_HOST=pointyhat.FreeBSD.org |