SPECS: pldnotify.awk - googlecode fix
arekm
arekm at pld-linux.org
Tue Sep 30 21:56:04 CEST 2008
Author: arekm Date: Tue Sep 30 19:56:04 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- googlecode fix
---- Files affected:
SPECS:
pldnotify.awk (1.62 -> 1.63)
---- Diffs:
================================================================
Index: SPECS/pldnotify.awk
diff -u SPECS/pldnotify.awk:1.62 SPECS/pldnotify.awk:1.63
--- SPECS/pldnotify.awk:1.62 Mon Sep 1 12:18:57 2008
+++ SPECS/pldnotify.awk Tue Sep 30 21:55:59 2008
@@ -165,7 +165,7 @@
if (url ~ /^http:\/\/(.*)\.googlecode\.com\/files\//) {
gsub("^http://", "", url)
gsub("\..*", "", url)
- url = "http://code.google.com/p/" url "/"
+ url = "http://code.google.com/p/" url "/downloads/list"
if (DEBUG) print "googlecode url, mungled url to: " url
}
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pldnotify.awk?r1=1.62&r2=1.63&f=u
More information about the pld-cvs-commit
mailing list