EPEL 7?
This commit is contained in:
parent
f53605ae45
commit
0581fff866
1 changed files with 1 additions and 0 deletions
|
@ -291,6 +291,7 @@ def clean_branches(branches):
|
||||||
branches = re.sub(r'el4', r'EL-4', branches)
|
branches = re.sub(r'el4', r'EL-4', branches)
|
||||||
branches = re.sub(r'el5', r'EL-5', branches)
|
branches = re.sub(r'el5', r'EL-5', branches)
|
||||||
branches = re.sub(r'el6', r'EL-6', branches)
|
branches = re.sub(r'el6', r'EL-6', branches)
|
||||||
|
branches = re.sub(r'el7', r'EL-7', branches)
|
||||||
branches = branches.strip()
|
branches = branches.strip()
|
||||||
|
|
||||||
return branches
|
return branches
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue