From 5815242e83e8b80e8098c95a8c80a0a1fdbe136c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 10 Feb 2013 20:52:08 -0700 Subject: [PATCH] Should have set this a bit ago. --- 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 eead11f..2dbae76 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-15' +OBSOLETE_BRANCH='F-16' # A bug for testing new types of badly formatted requests exists: # https://bugzilla.redhat.com/show_bug.cgi?id=622067