mirrors.bbclass 4.7 KB

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