diff options
author | tv <tv@pkgsrc.org> | 2005-02-09 20:25:13 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-02-09 20:25:13 +0000 |
commit | 531481b0b7f5cb8728a65cc73172ecad805c84c8 (patch) | |
tree | 99d9e0d8600ce01cadacd0a8317ed48a11decfbe /emulators | |
parent | f5df63e78f231a399ecc49911a223cafd8c4fdc2 (diff) | |
download | pkgsrc-531481b0b7f5cb8728a65cc73172ecad805c84c8.tar.gz |
Add one site west of the Atlantic Ocean.
Interleave sites so that something in the secondary RPM subdir won't go
scan all of the primary subdirs before falling through to the correct place.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse91_linux/Makefile.common | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/emulators/suse91_linux/Makefile.common b/emulators/suse91_linux/Makefile.common index 2f35c8e843c..e3c4d1ff927 100644 --- a/emulators/suse91_linux/Makefile.common +++ b/emulators/suse91_linux/Makefile.common @@ -1,15 +1,17 @@ -# $NetBSD: Makefile.common,v 1.8 2005/01/29 09:11:36 jdolecek Exp $ +# $NetBSD: Makefile.common,v 1.9 2005/02/09 20:25:13 tv Exp $ SUSE_VERSION= 9.1 .include "../../emulators/suse91_linux/arch.mk" MASTER_SITE_SUSE91?= ftp://ftp.suse.com/pub/suse/${SUSE_ARCH_DIR}/9.1/suse/${SUSE_ARCH}/ \ - ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/suse/${SUSE_ARCH_DIR}/9.1/suse/${SUSE_ARCH}/ \ - ftp://gd.tuwien.ac.at/linux/suse.com/suse/${SUSE_ARCH_DIR}/9.1/suse/${SUSE_ARCH}/ \ ftp://ftp.suse.com/pub/suse/${SUSE_ARCH_DIR}/update/9.1/rpm/${SUSE_ARCH}/ \ + ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/suse/${SUSE_ARCH_DIR}/9.1/suse/${SUSE_ARCH}/ \ ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/suse/${SUSE_ARCH_DIR}/update/9.1/rpm/${SUSE_ARCH}/ \ - ftp://gd.tuwien.ac.at/linux/suse.com/suse/${SUSE_ARCH_DIR}/update/9.1/rpm/${SUSE_ARCH}/ + ftp://gd.tuwien.ac.at/linux/suse.com/suse/${SUSE_ARCH_DIR}/9.1/suse/${SUSE_ARCH}/ \ + ftp://gd.tuwien.ac.at/linux/suse.com/suse/${SUSE_ARCH_DIR}/update/9.1/rpm/${SUSE_ARCH}/ \ + ftp://mirror.mcs.anl.gov/pub/ftp.suse.com/${SUSE_ARCH_DIR}/9.1/suse/${SUSE_ARCH}/ \ + ftp://mirror.mcs.anl.gov/pub/ftp.suse.com/${SUSE_ARCH_DIR}/update/9.1/rpm/${SUSE_ARCH}/ DIST_SUBDIR?= suse${SUSE_VERSION:S/.//}/${SUSE_ARCH} |