cvs commit: src/nrelease Makefile
Chris Pressey
cpressey at crater.dragonflybsd.org
Tue Aug 2 10:58:12 PDT 2005
cpressey 2005/08/02 10:57:14 PDT
DragonFly src repository
Modified files:
nrelease Makefile
Log:
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.
Revision Changes Path
1.39 +12 -1 src/nrelease/Makefile
http://www.dragonflybsd.org/cvsweb/src/nrelease/Makefile.diff?r1=1.38&r2=1.39&f=u
More information about the Commits
mailing list