]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- mysql 5.1 support
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 1 Sep 2008 10:18:57 +0000 (10:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pldnotify.awk -> 1.62

pldnotify.awk

index f0754e22c02e00be1fbcade5c062f6c0f8133249..8a13acbc0cd8cd3d4c9608a0804dc1a57c234ec9 100644 (file)
@@ -175,6 +175,12 @@ function get_links(url,filename,errno,link,oneline,retval,odp,wholeodp,lowerodp,
                if (DEBUG) print "pecl.php.net url, mungled url to: " url
        }
 
+       if (url ~ /^(http|ftp):\/\/mysql.*\/Downloads\/MySQL-5.1\//) {
+               url = "http://dev.mysql.com/downloads/mysql/5.1.html#source"
+                if (DEBUG) print "mysql 5.1 url, mungled url to: " url
+       }
+
+
        if (DEBUG) print "Retrieving: " url
        errno=system("wget -O - \"" url "\" -t 3 -T 300 --passive-ftp > " tmpfile " 2>/dev/null" )
 
This page took 0.032977 seconds and 4 git commands to generate.