Detach URL from download script to make it easier to change and update the URLs. The mirror list is moved to a JSON file in the scripts directory called projectsmirrors.json. Link: https://github.com/openwrt/openwrt/pull/15745 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>openwrt-24.10
parent
fcdc7da31c
commit
465cf35888
@ -0,0 +1,70 @@
|
||||
{
|
||||
"@SF": [
|
||||
"https://downloads.sourceforge.net"
|
||||
],
|
||||
"@DEBIAN": [
|
||||
"https://ftp.debian.org/debian",
|
||||
"https://mirror.leaseweb.com/debian",
|
||||
"https://mirror.netcologne.de/debian",
|
||||
"https://mirrors.tuna.tsinghua.edu.cn/debian",
|
||||
"https://mirrors.ustc.edu.cn/debian"
|
||||
],
|
||||
"@APACHE": [
|
||||
"https://dlcdn.apache.org",
|
||||
"https://mirror.aarnet.edu.au/pub/apache",
|
||||
"https://mirror.csclub.uwaterloo.ca/apache",
|
||||
"https://archive.apache.org/dist",
|
||||
"https://mirror.cogentco.com/pub/apache",
|
||||
"https://mirror.navercorp.com/apache",
|
||||
"https://ftp.jaist.ac.jp/pub/apache",
|
||||
"https://apache.cs.utah.edu/apache.org",
|
||||
"http://apache.mirrors.ovh.net/ftp.apache.org/dist",
|
||||
"https://mirrors.tuna.tsinghua.edu.cn/apache",
|
||||
"https://mirrors.ustc.edu.cn/apache"
|
||||
],
|
||||
"@GITHUB": [
|
||||
"https://raw.githubusercontent.com"
|
||||
],
|
||||
"@GNU": [
|
||||
"https://ftpmirror.gnu.org",
|
||||
"https://mirror.csclub.uwaterloo.ca/gnu",
|
||||
"https://mirror.netcologne.de/gnu",
|
||||
"https://ftp.kddilabs.jp/GNU/gnu",
|
||||
"https://www.nic.funet.fi/pub/gnu/gnu",
|
||||
"https://mirror.navercorp.com/gnu",
|
||||
"https://mirrors.rit.edu/gnu",
|
||||
"https://ftp.gnu.org/gnu",
|
||||
"https://mirrors.tuna.tsinghua.edu.cn/gnu",
|
||||
"https://mirrors.ustc.edu.cn/gnu"
|
||||
],
|
||||
"@SAVANNAH": [
|
||||
"https://download.savannah.nongnu.org/releases",
|
||||
"https://mirror.netcologne.de/savannah",
|
||||
"https://mirror.csclub.uwaterloo.ca/nongnu",
|
||||
"https://ftp.acc.umu.se/mirror/gnu.org/savannah",
|
||||
"https://nongnu.uib.no",
|
||||
"https://cdimage.debian.org/mirror/gnu.org/savannah"
|
||||
],
|
||||
"@KERNEL": [
|
||||
"https://cdn.kernel.org/pub",
|
||||
"https://mirrors.mit.edu/kernel",
|
||||
"http://ftp.nara.wide.ad.jp/pub/kernel.org",
|
||||
"http://www.ring.gr.jp/archives/linux/kernel.org",
|
||||
"https://ftp.riken.jp/Linux/kernel.org",
|
||||
"https://www.mirrorservice.org/sites/ftp.kernel.org/pub",
|
||||
"https://mirrors.ustc.edu.cn/kernel.org"
|
||||
],
|
||||
"@GNOME": [
|
||||
"https://download.gnome.org/sources",
|
||||
"https://mirror.csclub.uwaterloo.ca/gnome/sources",
|
||||
"https://ftp.acc.umu.se/pub/GNOME/sources",
|
||||
"http://ftp.cse.buffalo.edu/pub/Gnome/sources",
|
||||
"http://ftp.nara.wide.ad.jp/pub/X11/GNOME/sources",
|
||||
"https://mirrors.ustc.edu.cn/gnome/sources"
|
||||
],
|
||||
"@OPENWRT": [
|
||||
"https://sources.cdn.openwrt.org",
|
||||
"https://sources.openwrt.org",
|
||||
"https://mirror2.openwrt.org/sources"
|
||||
]
|
||||
}
|
Loading…
Reference in new issue