projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78af2ca
)
fix download script for sourceforge urls
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 20 Jan 2006 02:43:15 +0000
(
02:43
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 20 Jan 2006 02:43:15 +0000
(
02:43
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3019
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
scripts/download.pl
patch
|
blob
|
history
diff --git
a/scripts/download.pl
b/scripts/download.pl
index
9f46810
..
84c97cf
100755
(executable)
--- a/
scripts/download.pl
+++ b/
scripts/download.pl
@@
-62,6
+62,9
@@
foreach my $mirror (@ARGV) {
/type="radio" name="use_default" value="(\w+)" onclick="form\.submit\(\)"\/>/ and do {
push @mirrors, "http://$1.dl.sourceforge.net/sourceforge/$sfpath";
};
+ /<a href="\/.+\?use_mirror=(\w+)"><b>Download/ and do {
+ push @mirrors, "http://$1.dl.sourceforge.net/sourceforge/$sfpath";
+ };
}
push @mirrors, "http://dl.sourceforge.net/sourceforge/$sfpath";
close SF;
This page took
0.021511 seconds
and
4
git commands to generate.