projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix sourceforge mirrors, thx d1mag
[openwrt.git]
/
scripts
/
download.pl
diff --git
a/scripts/download.pl
b/scripts/download.pl
index
4dc40f0
..
43dc796
100755
(executable)
--- a/
scripts/download.pl
+++ b/
scripts/download.pl
@@
-59,7
+59,7
@@
foreach my $mirror (@ARGV) {
my $sfpath = $1;
open SF, "wget -t1 -q -O- 'http://prdownloads.sourceforge.net/$sfpath/$filename' |";
while (<SF>) {
my $sfpath = $1;
open SF, "wget -t1 -q -O- 'http://prdownloads.sourceforge.net/$sfpath/$filename' |";
while (<SF>) {
- /
RADIO NAME=use_default VALUE=(\w+) OnClick="form\.submit\(\)"
>/ and do {
+ /
type="radio" name="use_default" value="(\w+)" onclick="form\.submit\(\)"\/
>/ and do {
push @mirrors, "http://$1.dl.sourceforge.net/sourceforge/$sfpath";
};
}
push @mirrors, "http://$1.dl.sourceforge.net/sourceforge/$sfpath";
};
}
This page took
0.024331 seconds
and
4
git commands to generate.