Add http://http.debian.net which points to their fastly cdn to the list

of debian mirror. [1]

While here, drop the NON_US part of debian mirrors which do not exists
anymore (for long)

PR:		221143 [1]
Reported by:	amutu@amutu.com
This commit is contained in:
Baptiste Daroussin 2019-09-05 13:24:07 +00:00
parent 9c4433caa3
commit 37ec9d2fec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511186

View File

@ -137,43 +137,39 @@ MASTER_SITE_CRATESIO+= https://crates.io/api/v1/crates/%SUBDIR%/download?dummy=/
.if !defined(IGNORE_MASTER_SITE_DEBIAN)
MASTER_SITE_DEBIAN+= \
http://cdn.debian.net/debian/%SUBDIR%/ \
http://http.debian.net/debian/%SUBDIR%/ \
http://www.gtlib.gatech.edu/pub/debian/%SUBDIR%/ \
ftp://ftp.us.debian.org/debian/%SUBDIR%/ \
${MASTER_SITE_DEBIAN_NON_US:S,/debian-non-US/,/debian/,}
.endif
.if !defined(IGNORE_MASTER_SITE_DEBIAN_NON_US)
MASTER_SITE_DEBIAN_NON_US+= \
http://ftp.au.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.bg.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.br.debian.org/debian-non-US/%SUBDIR%/ \
http://ftp.cl.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.cz.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.de.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.ee.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.es.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.fi.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.fr.debian.org/debian-non-US/%SUBDIR%/ \
http://ftp.hk.debian.org/debian-non-US/%SUBDIR%/ \
http://ftp.hr.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.hu.debian.org/debian-non-US/%SUBDIR%/ \
http://ftp.ie.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.is.debian.org/debian-non-US/%SUBDIR%/ \
http://ftp.it.debian.org/debian-non-US/%SUBDIR%/ \
http://ftp.jp.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.nl.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.no.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.pl.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.ru.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.se.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.si.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.sk.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.uk.debian.org/debian-non-US/%SUBDIR%/ \
http://ftp.wa.au.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp2.de.debian.org/debian-non-US/%SUBDIR%/ \
ftp://ftp.snt.utwente.nl/pub/linux/debian-non-US/%SUBDIR%/ \
ftp://ftp.acc.umu.se/debian-non-US/%SUBDIR%/ \
ftp://mirror.symnds.com/debian-non-US/%SUBDIR%/
http://ftp.au.debian.org/debian/%SUBDIR%/ \
ftp://ftp.bg.debian.org/debian/%SUBDIR%/ \
ftp://ftp.br.debian.org/debian/%SUBDIR%/ \
http://ftp.cl.debian.org/debian/%SUBDIR%/ \
ftp://ftp.cz.debian.org/debian/%SUBDIR%/ \
ftp://ftp.de.debian.org/debian/%SUBDIR%/ \
ftp://ftp.ee.debian.org/debian/%SUBDIR%/ \
ftp://ftp.es.debian.org/debian/%SUBDIR%/ \
ftp://ftp.fi.debian.org/debian/%SUBDIR%/ \
ftp://ftp.fr.debian.org/debian/%SUBDIR%/ \
http://ftp.hk.debian.org/debian/%SUBDIR%/ \
http://ftp.hr.debian.org/debian/%SUBDIR%/ \
ftp://ftp.hu.debian.org/debian/%SUBDIR%/ \
http://ftp.ie.debian.org/debian/%SUBDIR%/ \
ftp://ftp.is.debian.org/debian/%SUBDIR%/ \
http://ftp.it.debian.org/debian/%SUBDIR%/ \
http://ftp.jp.debian.org/debian/%SUBDIR%/ \
ftp://ftp.nl.debian.org/debian/%SUBDIR%/ \
ftp://ftp.no.debian.org/debian/%SUBDIR%/ \
ftp://ftp.pl.debian.org/debian/%SUBDIR%/ \
ftp://ftp.ru.debian.org/debian/%SUBDIR%/ \
ftp://ftp.se.debian.org/debian/%SUBDIR%/ \
ftp://ftp.si.debian.org/debian/%SUBDIR%/ \
ftp://ftp.sk.debian.org/debian/%SUBDIR%/ \
ftp://ftp.uk.debian.org/debian/%SUBDIR%/ \
http://ftp.wa.au.debian.org/debian/%SUBDIR%/ \
ftp://ftp2.de.debian.org/debian/%SUBDIR%/ \
ftp://ftp.snt.utwente.nl/pub/linux/debian/%SUBDIR%/ \
ftp://ftp.acc.umu.se/debian/%SUBDIR%/ \
ftp://mirror.symnds.com/debian/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_DEBIAN_POOL)