mirrors.bbclass 4.7 KB

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