Added gplv2 to script

This commit is contained in:
Mike McGrath 2010-02-22 13:31:45 -06:00
parent aa68993cf1
commit 720dce65d2
4 changed files with 28 additions and 6 deletions

View file

@ -59,6 +59,7 @@ class CheckMirrors:
sys.exit(-1)
temp = self.main_mirror % (self.directory, self.version, self.architecture)
try:
print temp + self.xml_filename
self.repodata = urllib2.urlopen(temp + self.xml_filename).read()
except Exception, error:
print "[ERROR] Failed to get XML repodata file:", error