projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8ecaef
)
Revert "scripts/download: add sources CDN as first mirror"
author
Jo-Philipp Wich
<jo@mein.io>
Mon, 24 Aug 2020 13:53:17 +0000
(15:53 +0200)
committer
Jo-Philipp Wich
<jo@mein.io>
Mon, 24 Aug 2020 13:56:27 +0000
(15:56 +0200)
This reverts commit
c737a9ee6a9c47b6e553ac81bf293b1161e59799
.
The source CDN has been discontinued in its current form and will take a
while to be reestablished. Even then it makes little sense to put a CDN
before other CDNs such as kernel.org, apache.org, sourceforge etc.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
bf96eb55c82191701030b68810e6f19adbb91eeb
)
scripts/download.pl
patch
|
blob
|
history
diff --git
a/scripts/download.pl
b/scripts/download.pl
index a809c77e7a67a58fd687ead304ababa62c1297df..c14a44ba68b704ed4c6419a336cfb6b3a3cb8ad8 100755
(executable)
--- a/
scripts/download.pl
+++ b/
scripts/download.pl
@@
-258,7
+258,6
@@
foreach my $mirror (@ARGV) {
}
}
-unshift @mirrors, 'https://sources.cdn.openwrt.org';
#push @mirrors, 'https://mirror1.openwrt.org';
push @mirrors, 'https://sources.openwrt.org';
push @mirrors, 'https://mirror2.openwrt.org/sources';