From 5f580004898802105b433b442f8f9b9215d94f9a Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Jul 06 2013 22:27:46 +0000 Subject: Version fix. --- diff --git a/scripts/process-git-requests/process-git-requests b/scripts/process-git-requests/process-git-requests index 2dee829..2145905 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-17' +OBSOLETE_BRANCH='f17' # A bug for testing new types of badly formatted requests exists: # https://bugzilla.redhat.com/show_bug.cgi?id=622067