Don't accept new EL-4 branches.
This commit is contained in:
parent
06d4697c76
commit
7099e54c23
1 changed files with 2 additions and 0 deletions
|
@ -718,6 +718,8 @@ if __name__ == '__main__':
|
||||||
# Unfortunately pkgdb can't tell us when branches are no longer accepted
|
# Unfortunately pkgdb can't tell us when branches are no longer accepted
|
||||||
if 'F-14' in branches:
|
if 'F-14' in branches:
|
||||||
del branches['F-14']
|
del branches['F-14']
|
||||||
|
if 'EL-4' in branches:
|
||||||
|
del branches['EL-4']
|
||||||
|
|
||||||
print "Connecting to FAS..."
|
print "Connecting to FAS..."
|
||||||
fas = AccountSystem(username=options.user)
|
fas = AccountSystem(username=options.user)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue