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