Merge branch 'master' of /git/ansible
This commit is contained in:
commit
f34144ef52
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ def pagure_project_to_acl_schema(pagure_project, product):
|
|||
user_cc_list.append(user)
|
||||
|
||||
summary = None
|
||||
if pagure_project['namespace'] != 'rpms':
|
||||
if pagure_project['namespace'] == 'rpms':
|
||||
mdapi_url = '{0}/rawhide/srcpkg/{1}'.format(
|
||||
MDAPIURL.rstrip('/'), pagure_project['name'])
|
||||
if DRY_RUN:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue