Merge branch 'org.openembedded.dev' of ssh+git://git@git.openembedded.net/openembedde...
[openembedded.git] / classes / mirrors.bbclass
1 MIRRORS[func] = "0"
2 MIRRORS () {
3 ${DEBIAN_MIRROR}/main   http://snapshot.debian.net/archive/pool
4 ${DEBIAN_MIRROR}        ftp://ftp.de.debian.org/debian/pool
5 ${DEBIAN_MIRROR}        ftp://ftp.au.debian.org/debian/pool
6 ${DEBIAN_MIRROR}        ftp://ftp.cl.debian.org/debian/pool
7 ${DEBIAN_MIRROR}        ftp://ftp.hr.debian.org/debian/pool
8 ${DEBIAN_MIRROR}        ftp://ftp.fi.debian.org/debian/pool
9 ${DEBIAN_MIRROR}        ftp://ftp.hk.debian.org/debian/pool
10 ${DEBIAN_MIRROR}        ftp://ftp.hu.debian.org/debian/pool
11 ${DEBIAN_MIRROR}        ftp://ftp.ie.debian.org/debian/pool
12 ${DEBIAN_MIRROR}        ftp://ftp.it.debian.org/debian/pool
13 ${DEBIAN_MIRROR}        ftp://ftp.jp.debian.org/debian/pool
14 ${DEBIAN_MIRROR}        ftp://ftp.no.debian.org/debian/pool
15 ${DEBIAN_MIRROR}        ftp://ftp.pl.debian.org/debian/pool
16 ${DEBIAN_MIRROR}        ftp://ftp.ro.debian.org/debian/pool
17 ${DEBIAN_MIRROR}        ftp://ftp.si.debian.org/debian/pool
18 ${DEBIAN_MIRROR}        ftp://ftp.es.debian.org/debian/pool
19 ${DEBIAN_MIRROR}        ftp://ftp.se.debian.org/debian/pool
20 ${DEBIAN_MIRROR}        ftp://ftp.tr.debian.org/debian/pool
21 ${GNU_MIRROR}   ftp://mirrors.kernel.org/gnu
22 ${GNU_MIRROR}   ftp://ftp.cs.ubc.ca/mirror2/gnu
23 ${GNU_MIRROR}   ftp://sunsite.ust.hk/pub/gnu
24 ${GNU_MIRROR}   ftp://ftp.ayamura.org/pub/gnu
25 ${KERNELORG_MIRROR}     http://www.kernel.org/pub
26 ${KERNELORG_MIRROR}     ftp://ftp.us.kernel.org/pub
27 ${KERNELORG_MIRROR}     ftp://ftp.uk.kernel.org/pub
28 ${KERNELORG_MIRROR}     ftp://ftp.hk.kernel.org/pub
29 ${KERNELORG_MIRROR}     ftp://ftp.au.kernel.org/pub
30 ${KERNELORG_MIRROR}     ftp://ftp.jp.kernel.org/pub
31 ftp://ftp.gnupg.org/gcrypt/     ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/
32 ftp://ftp.gnupg.org/gcrypt/     ftp://ftp.surfnet.nl/pub/security/gnupg/
33 ftp://ftp.gnupg.org/gcrypt/     http://gulus.USherbrooke.ca/pub/appl/GnuPG/
34 ftp://dante.ctan.org/tex-archive ftp://ftp.fu-berlin.de/tex/CTAN
35 ftp://dante.ctan.org/tex-archive http://sunsite.sut.ac.jp/pub/archives/ctan/
36 ftp://dante.ctan.org/tex-archive http://ctan.unsw.edu.au/
37 ftp://ftp.gnutls.org/pub/gnutls ftp://ftp.gnutls.org/pub/gnutls/
38 ftp://ftp.gnutls.org/pub/gnutls ftp://ftp.gnupg.org/gcrypt/gnutls/
39 ftp://ftp.gnutls.org/pub/gnutls http://www.mirrors.wiretapped.net/security/network-security/gnutls/
40 ftp://ftp.gnutls.org/pub/gnutls ftp://ftp.mirrors.wiretapped.net/pub/security/network-security/gnutls/
41 ftp://ftp.gnutls.org/pub/gnutls http://josefsson.org/gnutls/releases/
42 http://ftp.info-zip.org/pub/infozip/src/ http://mirror.switch.ch/ftp/mirror/infozip/src/
43 http://ftp.info-zip.org/pub/infozip/src/ ftp://sunsite.icm.edu.pl/pub/unix/archiving/info-zip/src/
44 ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/  ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/
45 ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/  ftp://ftp.tau.ac.il/pub/unix/admin/
46 ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/  ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/
47 ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/  ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/
48 ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/  ftp://ftp.kaizo.org/pub/lsof/
49 ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/  ftp://ftp.tu-darmstadt.de/pub/sysadmin/lsof/
50 ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/  ftp://ftp.tux.org/pub/sites/vic.cc.purdue.edu/tools/unix/lsof/
51 ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/  ftp://gd.tuwien.ac.at/utils/admin-tools/lsof/
52 ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/  ftp://sunsite.ualberta.ca/pub/Mirror/lsof/
53 ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/  ftp://the.wiretapped.net/pub/security/host-security/lsof/
54 http://www.apache.org/dist  http://archive.apache.org/dist
55 ftp://.*/.*     http://mirrors.openembedded.org/
56 https?$://.*/.* http://mirrors.openembedded.org/
57 ftp://.*/.*     http://sources.openembedded.org/
58 https?$://.*/.* http://sources.openembedded.org/
59
60 }
61