projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c82471
)
scripts/download.pl: fix sourceforge url
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 25 Feb 2012 20:44:02 +0000
(20:44 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 25 Feb 2012 20:44:02 +0000
(20:44 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30726
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
scripts/download.pl
patch
|
blob
|
history
diff --git
a/scripts/download.pl
b/scripts/download.pl
index
042b1cc
..
d79950f
100755
(executable)
--- a/
scripts/download.pl
+++ b/
scripts/download.pl
@@
-123,7
+123,7
@@
foreach my $mirror (@ARGV) {
if ($mirror =~ /^\@SF\/(.+)$/) {
# give sourceforge a few more tries, because it redirects to different mirrors
for (1 .. 5) {
- push @mirrors, "http://downloads.sourceforge.net/$1";
+ push @mirrors, "http://downloads.sourceforge.net/
project/
$1";
}
} elsif ($mirror =~ /^\@GNU\/(.+)$/) {
push @mirrors, "ftp://ftp.gnu.org/gnu/$1";
This page took
0.020697 seconds
and
4
git commands to generate.