| Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | MIRRORS += "\ | 
|  | 2 | ${DEBIAN_MIRROR}	http://snapshot.debian.org/archive/debian-archive/20120328T092752Z/debian/pool \n \ | 
|  | 3 | ${DEBIAN_MIRROR}	http://snapshot.debian.org/archive/debian-archive/20110127T084257Z/debian/pool \n \ | 
|  | 4 | ${DEBIAN_MIRROR}	http://snapshot.debian.org/archive/debian-archive/20090802T004153Z/debian/pool \n \ | 
|  | 5 | ${DEBIAN_MIRROR}	ftp://ftp.de.debian.org/debian/pool \n \ | 
|  | 6 | ${DEBIAN_MIRROR}	ftp://ftp.au.debian.org/debian/pool \n \ | 
|  | 7 | ${DEBIAN_MIRROR}	ftp://ftp.cl.debian.org/debian/pool \n \ | 
|  | 8 | ${DEBIAN_MIRROR}	ftp://ftp.hr.debian.org/debian/pool \n \ | 
|  | 9 | ${DEBIAN_MIRROR}	ftp://ftp.fi.debian.org/debian/pool \n \ | 
|  | 10 | ${DEBIAN_MIRROR}	ftp://ftp.hk.debian.org/debian/pool \n \ | 
|  | 11 | ${DEBIAN_MIRROR}	ftp://ftp.hu.debian.org/debian/pool \n \ | 
|  | 12 | ${DEBIAN_MIRROR}	ftp://ftp.ie.debian.org/debian/pool \n \ | 
|  | 13 | ${DEBIAN_MIRROR}	ftp://ftp.it.debian.org/debian/pool \n \ | 
|  | 14 | ${DEBIAN_MIRROR}	ftp://ftp.jp.debian.org/debian/pool \n \ | 
|  | 15 | ${DEBIAN_MIRROR}	ftp://ftp.no.debian.org/debian/pool \n \ | 
|  | 16 | ${DEBIAN_MIRROR}	ftp://ftp.pl.debian.org/debian/pool \n \ | 
|  | 17 | ${DEBIAN_MIRROR}	ftp://ftp.ro.debian.org/debian/pool \n \ | 
|  | 18 | ${DEBIAN_MIRROR}	ftp://ftp.si.debian.org/debian/pool \n \ | 
|  | 19 | ${DEBIAN_MIRROR}	ftp://ftp.es.debian.org/debian/pool \n \ | 
|  | 20 | ${DEBIAN_MIRROR}	ftp://ftp.se.debian.org/debian/pool \n \ | 
|  | 21 | ${DEBIAN_MIRROR}	ftp://ftp.tr.debian.org/debian/pool \n \ | 
|  | 22 | ${GNU_MIRROR}	ftp://mirrors.kernel.org/gnu \n \ | 
|  | 23 | ${KERNELORG_MIRROR}	http://www.kernel.org/pub \n \ | 
|  | 24 | ftp://ftp.gnupg.org/gcrypt/     ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/ \n \ | 
|  | 25 | ftp://ftp.gnupg.org/gcrypt/     ftp://ftp.surfnet.nl/pub/security/gnupg/ \n \ | 
|  | 26 | ftp://ftp.gnupg.org/gcrypt/     http://gulus.USherbrooke.ca/pub/appl/GnuPG/ \n \ | 
|  | 27 | ftp://dante.ctan.org/tex-archive ftp://ftp.fu-berlin.de/tex/CTAN \n \ | 
|  | 28 | ftp://dante.ctan.org/tex-archive http://sunsite.sut.ac.jp/pub/archives/ctan/ \n \ | 
|  | 29 | ftp://dante.ctan.org/tex-archive http://ctan.unsw.edu.au/ \n \ | 
|  | 30 | ftp://ftp.gnutls.org/gcrypt/gnutls ftp://ftp.gnupg.org/gcrypt/gnutls/ \n \ | 
|  | 31 | http://ftp.info-zip.org/pub/infozip/src/ http://mirror.switch.ch/ftp/mirror/infozip/src/ \n \ | 
|  | 32 | http://ftp.info-zip.org/pub/infozip/src/ ftp://sunsite.icm.edu.pl/pub/unix/archiving/info-zip/src/ \n \ | 
|  | 33 | ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/  ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \n \ | 
|  | 34 | ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/  ftp://ftp.tau.ac.il/pub/unix/admin/ \n \ | 
|  | 35 | ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/  ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/ \n \ | 
|  | 36 | ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/  ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/ \n \ | 
|  | 37 | ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/  ftp://ftp.kaizo.org/pub/lsof/ \n \ | 
|  | 38 | ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/  ftp://ftp.tu-darmstadt.de/pub/sysadmin/lsof/ \n \ | 
|  | 39 | ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/  ftp://ftp.tux.org/pub/sites/vic.cc.purdue.edu/tools/unix/lsof/ \n \ | 
|  | 40 | ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/  ftp://gd.tuwien.ac.at/utils/admin-tools/lsof/ \n \ | 
|  | 41 | ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/  ftp://sunsite.ualberta.ca/pub/Mirror/lsof/ \n \ | 
|  | 42 | ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/  ftp://the.wiretapped.net/pub/security/host-security/lsof/ \n \ | 
| Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 43 | ${APACHE_MIRROR}  http://www.us.apache.org/dist \n \ | 
|  | 44 | ${APACHE_MIRROR}  http://archive.apache.org/dist \n \ | 
| Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 45 | http://downloads.sourceforge.net/watchdog/ http://fossies.org/linux/misc/ \n \ | 
|  | 46 | ${SAVANNAH_GNU_MIRROR} http://download-mirror.savannah.gnu.org/releases \n \ | 
|  | 47 | ${SAVANNAH_NONGNU_MIRROR} http://download-mirror.savannah.nongnu.org/releases \n \ | 
|  | 48 | cvs://.*/.*     http://downloads.yoctoproject.org/mirror/sources/ \n \ | 
|  | 49 | svn://.*/.*     http://downloads.yoctoproject.org/mirror/sources/ \n \ | 
|  | 50 | git://.*/.*     http://downloads.yoctoproject.org/mirror/sources/ \n \ | 
|  | 51 | hg://.*/.*      http://downloads.yoctoproject.org/mirror/sources/ \n \ | 
|  | 52 | bzr://.*/.*     http://downloads.yoctoproject.org/mirror/sources/ \n \ | 
|  | 53 | p4://.*/.*      http://downloads.yoctoproject.org/mirror/sources/ \n \ | 
|  | 54 | osc://.*/.*     http://downloads.yoctoproject.org/mirror/sources/ \n \ | 
|  | 55 | https?$://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | 
|  | 56 | ftp://.*/.*     http://downloads.yoctoproject.org/mirror/sources/ \n \ | 
| Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 57 | npm://.*/.*     http://downloads.yoctoproject.org/mirror/sources/ \n \ | 
| Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 58 | cvs://.*/.*     http://sources.openembedded.org/ \n \ | 
|  | 59 | svn://.*/.*     http://sources.openembedded.org/ \n \ | 
|  | 60 | git://.*/.*     http://sources.openembedded.org/ \n \ | 
|  | 61 | hg://.*/.*      http://sources.openembedded.org/ \n \ | 
|  | 62 | bzr://.*/.*     http://sources.openembedded.org/ \n \ | 
|  | 63 | p4://.*/.*      http://sources.openembedded.org/ \n \ | 
|  | 64 | osc://.*/.*     http://sources.openembedded.org/ \n \ | 
|  | 65 | https?$://.*/.* http://sources.openembedded.org/ \n \ | 
|  | 66 | ftp://.*/.*     http://sources.openembedded.org/ \n \ | 
| Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 67 | npm://.*/.*     http://sources.openembedded.org/ \n \ | 
| Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 68 | ${CPAN_MIRROR}  http://cpan.metacpan.org/ \n \ | 
|  | 69 | ${CPAN_MIRROR}  http://search.cpan.org/CPAN/ \n \ | 
|  | 70 | " |