From b1079abb1b4dd3cb90b628b9864805fff94a6f55 Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Jan 13 2014 14:11:46 +0000 Subject: Ok, that's not good. Someone more knowledgable might do better. --- diff --git a/scripts/process-git-requests/process-git-requests b/scripts/process-git-requests/process-git-requests index 6f9940d..9af98a3 100755 --- a/scripts/process-git-requests/process-git-requests +++ b/scripts/process-git-requests/process-git-requests @@ -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()