From 1f606b94aae0ff7f498ef2ddd7c45525496ed37a Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Wed, 3 Jul 2013 13:21:49 -0500 Subject: [PATCH] Stop doing f17 --- 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 85a3f46..2dee829 100755 --- a/scripts/process-git-requests/process-git-requests +++ b/scripts/process-git-requests/process-git-requests @@ -3,7 +3,7 @@ VERSION = "1.0" # Unfortunately pkgdb can't tell us when we stop accepting branches for the # oldest supported release, so this needs updating manually. -OBSOLETE_BRANCH='F-16' +OBSOLETE_BRANCH='F-17' # A bug for testing new types of badly formatted requests exists: # https://bugzilla.redhat.com/show_bug.cgi?id=622067