packages: pldnotify.awk aquamaniac.de url (aqbanking.spec and friends)

arekm arekm at pld-linux.org
Sun Oct 2 17:02:36 CEST 2011


Author: arekm                        Date: Sun Oct  2 15:02:36 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
aquamaniac.de url (aqbanking.spec and friends)

---- Files affected:
packages:
   pldnotify.awk (1.100 -> 1.101) 

---- Diffs:

================================================================
Index: packages/pldnotify.awk
diff -u packages/pldnotify.awk:1.100 packages/pldnotify.awk:1.101
--- packages/pldnotify.awk:1.100	Sun Sep  4 20:38:00 2011
+++ packages/pldnotify.awk	Sun Oct  2 17:02:31 2011
@@ -272,6 +272,11 @@
 		d("cgit snapshot tarball url, mungled url to: " url)
 	}
 
+	if (url ~/^(http|https):\/\/www2\.aquamaniac\.de\/sites\/download\//) {
+		url = "http://www2.aquamaniac.de/sites/download/packages.php"
+		d("aquamaniac.de tarball url, mungled url to: " url)
+	}
+
 	d("Retrieving: " url)
 	user_agent = "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2) Gecko/20100129 PLD/3.0 (Th) Iceweasel/3.6"
 	cmd = "wget -t 2 -T 45 --user-agent \"" user_agent "\" -nv -O - \"" url "\" --passive-ftp --no-check-certificate > " tmpfile " 2> " tmpfileerr
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pldnotify.awk?r1=1.100&r2=1.101&f=u



More information about the pld-cvs-commit mailing list