Added gplv2 to script
This commit is contained in:
parent
aa68993cf1
commit
720dce65d2
4 changed files with 28 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue