From 74e6ff59f123273ca3756c547a934d142eb0a877 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Wed, 9 Nov 2011 09:58:08 -0600 Subject: [PATCH] F14 no longer accepts new branches. --- scripts/process-git-requests/process-git-requests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/process-git-requests/process-git-requests b/scripts/process-git-requests/process-git-requests index 71283f8..1e8d85f 100755 --- a/scripts/process-git-requests/process-git-requests +++ b/scripts/process-git-requests/process-git-requests @@ -716,8 +716,8 @@ if __name__ == '__main__': branches[i[0]['branchname']] = 1 # Unfortunately pkgdb can't tell us when branches are no longer accepted - if 'F-13' in branches: - del branches['F-13'] + if 'F-14' in branches: + del branches['F-14'] print "Connecting to FAS..." fas = AccountSystem(username=options.user)