From 3dd53441b13b7c64a8dbb6a02afb22e74d0bbff4 Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Thu, 2 Jan 2014 11:05:04 -0600 Subject: [PATCH] Revert "EPEL 7?" This reverts commit 0581fff8661a3055cbdc282fea3d5e4fbab0bf0a. --- scripts/process-git-requests/process-git-requests | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/process-git-requests/process-git-requests b/scripts/process-git-requests/process-git-requests index 83a0578..24ae550 100755 --- a/scripts/process-git-requests/process-git-requests +++ b/scripts/process-git-requests/process-git-requests @@ -291,7 +291,6 @@ 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