Ok, that's not good. Someone more knowledgable might do better.

This commit is contained in:
Jon Ciesla 2014-01-13 08:11:46 -06:00
parent b8a2fa8975
commit b1079abb1b

View file

@ -291,7 +291,7 @@ def clean_branches(branches):
branches = re.sub(r'el4', r'EL-4', branches)
branches = re.sub(r'el5', r'EL-5', branches)
branches = re.sub(r'el6', r'EL-6', branches)
branches = re.sub(r'el7', r'epel7', branches)
#branches = re.sub(r'el7', r'epel7', branches)
branches = branches.strip()