commit 8dd97ab912c5d172c30f68a0ec6bc786ca0e7d51 Author: Jon Ciesla limburgher@gmail.com Date: Tue Jan 6 10:23:51 2015 -0600
Set obsolete branch to f19.
scripts/process-git-requests/process-git-requests | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/scripts/process-git-requests/process-git-requests b/scripts/process-git-requests/process-git-requests index 7b719d1..69544ea 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='f18' +OBSOLETE_BRANCH='f19'
# A bug for testing new types of badly formatted requests exists: # https://bugzilla.redhat.com/show_bug.cgi?id=622067
rel-eng@lists.fedoraproject.org