From b1079abb1b4dd3cb90b628b9864805fff94a6f55 Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Mon, 13 Jan 2014 08:11:46 -0600 Subject: [PATCH] Ok, that's not good. Someone more knowledgable might do better. --- scripts/process-git-requests/process-git-requests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()