mirrors.bbclass 4.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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 \
  43. ${APACHE_MIRROR} http://www.us.apache.org/dist \n \
  44. ${APACHE_MIRROR} http://archive.apache.org/dist \n \
  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 \
  57. cvs://.*/.* http://sources.openembedded.org/ \n \
  58. svn://.*/.* http://sources.openembedded.org/ \n \
  59. git://.*/.* http://sources.openembedded.org/ \n \
  60. hg://.*/.* http://sources.openembedded.org/ \n \
  61. bzr://.*/.* http://sources.openembedded.org/ \n \
  62. p4://.*/.* http://sources.openembedded.org/ \n \
  63. osc://.*/.* http://sources.openembedded.org/ \n \
  64. https?$://.*/.* http://sources.openembedded.org/ \n \
  65. ftp://.*/.* http://sources.openembedded.org/ \n \
  66. ${CPAN_MIRROR} http://cpan.metacpan.org/ \n \
  67. ${CPAN_MIRROR} http://search.cpan.org/CPAN/ \n \
  68. "