blob: 8e7b35d90002640311b1d94f552a0febe0021f45 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001MIRRORS += "\
Andrew Geissler595f6302022-01-24 19:11:47 +00002${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian/20180310T215105Z/pool \
3${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20120328T092752Z/debian/pool \
4${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20110127T084257Z/debian/pool \
5${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20090802T004153Z/debian/pool \
6${DEBIAN_MIRROR} http://ftp.de.debian.org/debian/pool \
7${DEBIAN_MIRROR} http://ftp.au.debian.org/debian/pool \
8${DEBIAN_MIRROR} http://ftp.cl.debian.org/debian/pool \
9${DEBIAN_MIRROR} http://ftp.hr.debian.org/debian/pool \
10${DEBIAN_MIRROR} http://ftp.fi.debian.org/debian/pool \
11${DEBIAN_MIRROR} http://ftp.hk.debian.org/debian/pool \
12${DEBIAN_MIRROR} http://ftp.hu.debian.org/debian/pool \
13${DEBIAN_MIRROR} http://ftp.ie.debian.org/debian/pool \
14${DEBIAN_MIRROR} http://ftp.it.debian.org/debian/pool \
15${DEBIAN_MIRROR} http://ftp.jp.debian.org/debian/pool \
16${DEBIAN_MIRROR} http://ftp.no.debian.org/debian/pool \
17${DEBIAN_MIRROR} http://ftp.pl.debian.org/debian/pool \
18${DEBIAN_MIRROR} http://ftp.ro.debian.org/debian/pool \
19${DEBIAN_MIRROR} http://ftp.si.debian.org/debian/pool \
20${DEBIAN_MIRROR} http://ftp.es.debian.org/debian/pool \
21${DEBIAN_MIRROR} http://ftp.se.debian.org/debian/pool \
22${DEBIAN_MIRROR} http://ftp.tr.debian.org/debian/pool \
23${GNU_MIRROR} https://mirrors.kernel.org/gnu \
24${KERNELORG_MIRROR} http://www.kernel.org/pub \
25${GNUPG_MIRROR} ftp://ftp.gnupg.org/gcrypt \
26${GNUPG_MIRROR} ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt \
27${GNUPG_MIRROR} ftp://mirrors.dotsrc.org/gcrypt \
28ftp://dante.ctan.org/tex-archive ftp://ftp.fu-berlin.de/tex/CTAN \
29ftp://dante.ctan.org/tex-archive http://sunsite.sut.ac.jp/pub/archives/ctan/ \
30ftp://dante.ctan.org/tex-archive http://ctan.unsw.edu.au/ \
31ftp://ftp.gnutls.org/gcrypt/gnutls ${GNUPG_MIRROR}/gnutls \
32http://ftp.info-zip.org/pub/infozip/src/ ftp://sunsite.icm.edu.pl/pub/unix/archiving/info-zip/src/ \
33http://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/ http://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/OLD/ \
34${APACHE_MIRROR} http://www.us.apache.org/dist \
35${APACHE_MIRROR} http://archive.apache.org/dist \
36http://downloads.sourceforge.net/watchdog/ http://fossies.org/linux/misc/ \
37${SAVANNAH_GNU_MIRROR} http://download-mirror.savannah.gnu.org/releases \
38${SAVANNAH_NONGNU_MIRROR} http://download-mirror.savannah.nongnu.org/releases \
39ftp://sourceware.org/pub http://mirrors.kernel.org/sourceware \
40ftp://sourceware.org/pub http://gd.tuwien.ac.at/gnu/sourceware \
41ftp://sourceware.org/pub http://ftp.gwdg.de/pub/linux/sources.redhat.com/sourceware \
42cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
43svn://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
44git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
45hg://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
46bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
47p4://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
48osc://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
49https?://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
50ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
51npm://.*/?.* http://downloads.yoctoproject.org/mirror/sources/ \
52cvs://.*/.* http://sources.openembedded.org/ \
53svn://.*/.* http://sources.openembedded.org/ \
54git://.*/.* http://sources.openembedded.org/ \
55hg://.*/.* http://sources.openembedded.org/ \
56bzr://.*/.* http://sources.openembedded.org/ \
57p4://.*/.* http://sources.openembedded.org/ \
58osc://.*/.* http://sources.openembedded.org/ \
59https?://.*/.* http://sources.openembedded.org/ \
60ftp://.*/.* http://sources.openembedded.org/ \
61npm://.*/?.* http://sources.openembedded.org/ \
62${CPAN_MIRROR} http://cpan.metacpan.org/ \
63${CPAN_MIRROR} http://search.cpan.org/CPAN/ \
64https?://downloads.yoctoproject.org/releases/uninative/ https://mirrors.kernel.org/yocto/uninative/ \
65https?://downloads.yoctoproject.org/mirror/sources/ https://mirrors.kernel.org/yocto-sources/ \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050066"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050067
68# Use MIRRORS to provide git repo fallbacks using the https protocol, for cases
69# where git native protocol fetches may fail due to local firewall rules, etc.
70
71MIRRORS += "\
Andrew Geissler595f6302022-01-24 19:11:47 +000072git://salsa.debian.org/.* git://salsa.debian.org/PATH;protocol=https \
73git://git.gnome.org/.* git://gitlab.gnome.org/GNOME/PATH;protocol=https \
74git://.*/.* git://HOST/PATH;protocol=https \
75git://.*/.* git://HOST/git/PATH;protocol=https \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050076"