Don't accept new EL-4 branches.

This commit is contained in:
Jon Ciesla 2012-03-30 11:48:34 -05:00
parent 06d4697c76
commit 7099e54c23

View file

@ -718,6 +718,8 @@ if __name__ == '__main__':
# Unfortunately pkgdb can't tell us when branches are no longer accepted
if 'F-14' in branches:
del branches['F-14']
if 'EL-4' in branches:
del branches['EL-4']
print "Connecting to FAS..."
fas = AccountSystem(username=options.user)