]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- use -t3 for wget (useful with some ftp sites or multiple servers in RR)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 17 Jan 2003 10:45:53 +0000 (10:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pldnotify.awk -> 1.29

pldnotify.awk

index 5705f80ea837e902af78fb9bd1bc1fc4570afccf..6f6756d457f51e5a3f30f245b69a81b6d11fdf32 100644 (file)
@@ -69,7 +69,7 @@ function get_links(url,       errno,link,oneline,retval,odp,tmpfile) {
        close("mktemp /tmp/XXXXXX")
        
        if (DEBUG) print "Retrieving: " url
-       errno=system("wget -O - \"" url "\" -t 1 -T 300 --passive-ftp > " tmpfile " 2>/dev/null" )
+       errno=system("wget -O - \"" url "\" -t 3 -T 300 --passive-ftp > " tmpfile " 2>/dev/null" )
        
        if (errno==0) {
                while (getline oneline < tmpfile)
This page took 0.030489 seconds and 4 git commands to generate.