check-mirrors check-mirrors.py, 1.24, 1.25 return-mirrorlist.py, 1.10, 1.11

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Thu Aug 3 01:40:41 UTC 2006


Author: mmcgrath

Update of /cvs/fedora/check-mirrors
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24710

Modified Files:
	check-mirrors.py return-mirrorlist.py 
Log Message:
Disabled debug



Index: check-mirrors.py
===================================================================
RCS file: /cvs/fedora/check-mirrors/check-mirrors.py,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- check-mirrors.py	3 Aug 2006 01:39:31 -0000	1.24
+++ check-mirrors.py	3 Aug 2006 01:40:38 -0000	1.25
@@ -27,7 +27,7 @@
 # - pull mirrors from the database instead of fedora.redhat.com ?
 
 
-debug = True
+debug = False
 
 __revision__ = '$Id$'
 CONFIG = '/etc/check-mirrors.conf'


Index: return-mirrorlist.py
===================================================================
RCS file: /cvs/fedora/check-mirrors/return-mirrorlist.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- return-mirrorlist.py	3 Aug 2006 01:39:31 -0000	1.10
+++ return-mirrorlist.py	3 Aug 2006 01:40:38 -0000	1.11
@@ -18,9 +18,8 @@
 # TODO:
 # - maybe a macro of certain country codes expand out to multiple countries
 #      note: - maintaining the abovelist will become a royal bitch.
-# - Buhhh, only display good mirrors
 
-debug = True
+debug = False
 
 # prettier errors
 print 'Content-type: text/plain'




More information about the fedora-extras-commits mailing list