Merge branch 'master' of /git/ansible

This commit is contained in:
Stephen Smoogen 2017-08-14 21:31:08 +00:00
commit f34144ef52

View file

@ -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: