summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2017-08-20 17:49:26 +0000
committerRalph Bean <rbean@redhat.com>2017-08-20 17:50:04 +0000
commitaa8ebab0199e0ea7b45c0807e7cc860345c93274 (patch)
tree108f54edea08be2769cd2b52768e976b2b2e3736
parent4e9e453833812285069a540dcdcdb339ca140544 (diff)
downloadansible-aa8ebab0199e0ea7b45c0807e7cc860345c93274.tar.gz
ansible-aa8ebab0199e0ea7b45c0807e7cc860345c93274.tar.xz
ansible-aa8ebab0199e0ea7b45c0807e7cc860345c93274.zip
A username is expected here.
-rw-r--r--roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 b/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2
index 6d83cf583..6edd3addc 100644
--- a/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2
+++ b/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2
@@ -640,7 +640,7 @@ def _pagure_project_to_acl_schema(project_and_product, session=None):
# Check if the project is retired in PDC, and if so set assignee to orphan.
owner = project['access_users']['owner'][0]
if _is_retired_in_pdc(product, project):
- owner = 'extras-orphan@fedoraproject.org'
+ owner = 'orphan'
# Check if the Bugzilla ticket assignee has been manually overridden
override_yaml = _get_override_yaml(project)