[csw-devel] SF.net SVN: opencsw:[390] utilities/mirror_check.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Tue Jul 12 15:25:37 CEST 2011
Revision: 390
http://opencsw.svn.sourceforge.net/opencsw/?rev=390&view=rev
Author: wahwah
Date: 2011-07-12 13:25:36 +0000 (Tue, 12 Jul 2011)
Log Message:
-----------
mirror_check: Additional nocheck_urls
Modified Paths:
--------------
utilities/mirror_check.py
Modified: utilities/mirror_check.py
===================================================================
--- utilities/mirror_check.py 2011-07-12 13:25:25 UTC (rev 389)
+++ utilities/mirror_check.py 2011-07-12 13:25:36 UTC (rev 390)
@@ -34,13 +34,17 @@
"OpenCSW", "Blastwave", "Unknown", "Not found")
NOCHECK_URLS = set([
- "http://www.w3.org/TR/html4/loose.dtd",
+ "http://www.w3.org",
"http://css.maxdesign.com.au/listamatic/index.htm",
"http://www.canoedissent.org.uk/mirror/status/",
"http://pkgutil.wikidot.com/",
"http://www.bolthole.com/solaris/pkg-get.html",
"http://ftp.math.purdue.edu/mirrors/opencsw.org/wget.i386",
"http://pkgutil.wikidot.com",
+ "http://www.opencsw.org",
+ "http://wiki.opencsw.org",
+ "http://validator.w3.org",
+ "http://mirror.opencsw.org",
])
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list