F14 no longer accepts new branches.
This commit is contained in:
parent
fe8db86219
commit
74e6ff59f1
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue