Introduce a make variable PACKAGE_SITES to improve package fetching in
authorChris Pressey <cpressey@dragonflybsd.org>
Tue, 2 Aug 2005 17:57:14 +0000 (17:57 +0000)
committerChris Pressey <cpressey@dragonflybsd.org>
Tue, 2 Aug 2005 17:57:14 +0000 (17:57 +0000)
commit95ab05ebe24ad1758be58d44ed79f660d4853a82
treea6d3e51ce257dadab9aa4c23d48f945b674797a1
parent703533911c08899d20b35a3665b9de9abd2ed45b
Introduce a make variable PACKAGE_SITES to improve package fetching in
two ways:
- PACKAGE_SITES is a list of base URLs where packages are to be fetched
  from; if a package cannot be fetched from the first site, the second
  is tried, etc, until either the package is fetched, or all sites have
  been tried (at which point failure is announced.)  This allows
  multiple sites to be set up as package mirrors.
- PACKAGE_SITES is overridable by the administrator on the make command
  line, so that they may specify where e.g. any custom packages they
  may have shall be fetched from.
nrelease/Makefile