From 0581fff8661a3055cbdc282fea3d5e4fbab0bf0a Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Thu, 2 Jan 2014 08:19:49 -0600 Subject: [PATCH] EPEL 7? --- scripts/process-git-requests/process-git-requests | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/process-git-requests/process-git-requests b/scripts/process-git-requests/process-git-requests index 24ae550..83a0578 100755 --- a/scripts/process-git-requests/process-git-requests +++ b/scripts/process-git-requests/process-git-requests @@ -291,6 +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'EL-7', branches) branches = branches.strip() return branches