kadischi/livecd_generator kadischi.py,1.53,1.54

Jasper O'neal Hartline (autopsy) fedora-extras-commits at redhat.com
Wed Feb 28 13:00:59 UTC 2007


Author: autopsy

Update of /cvs/devel/kadischi/livecd_generator
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11170/kadischi/livecd_generator

Modified Files:
	kadischi.py 
Log Message:
Keep kadischi running for users.


Index: kadischi.py
===================================================================
RCS file: /cvs/devel/kadischi/livecd_generator/kadischi.py,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- kadischi.py	17 Oct 2006 22:28:09 -0000	1.53
+++ kadischi.py	28 Feb 2007 13:00:57 -0000	1.54
@@ -342,7 +342,7 @@
 
 
 def method_check(method):
-    def exists(url):
+    '''def exists(url):
         try:
             u = grabber.urlopen(url, retry=5)
             u.close()
@@ -351,7 +351,7 @@
         except grabber.URLGrabError, e:
             print "[kadischi]: Repository validation failed. Aborting execution."
             logging.debug("[kadischi]: Unable to find %s: %s" %(url, e))
-            return False
+            return False'''
 
     if method.startswith("http://") or method.startswith("ftp://") or method.find(":") == -1:
         if not exists("%s/repodata/repomd.xml" %(method,)):




More information about the fedora-extras-commits mailing list