Don't create new bugzilla components for modules, yet.
This commit is contained in:
parent
3199c15328
commit
d75b0eba55
1 changed files with 6 additions and 0 deletions
|
@ -711,6 +711,12 @@ if __name__ == '__main__':
|
||||||
watchers=pagure_namespace_to_cc[namespace][name],
|
watchers=pagure_namespace_to_cc[namespace][name],
|
||||||
))
|
))
|
||||||
|
|
||||||
|
# Filter out any modules, since we don't have rights to create new
|
||||||
|
# components in the "Fedora Modules" project yet
|
||||||
|
pagure_projects = [
|
||||||
|
p for p in pagure_projects if p['namespace'] != 'modules'
|
||||||
|
]
|
||||||
|
|
||||||
branches_url = PDCURL.split('rest_api')[0] + 'extras/active_branches.json'
|
branches_url = PDCURL.split('rest_api')[0] + 'extras/active_branches.json'
|
||||||
if DEBUG:
|
if DEBUG:
|
||||||
print("Querying %r for EOL information." % branches_url)
|
print("Querying %r for EOL information." % branches_url)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue