diff --git a/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 b/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 index 11ad3be74d..4df88c7dde 100644 --- a/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 +++ b/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 @@ -56,7 +56,7 @@ BZPASS = '{{ bugzilla_password }}' BZCOMPAPI = 'component.get' FASUSER = '{{ fedorathirdpartyUser }}' FASPASS = '{{ fedorathirdpartyPassword }}' -BUGZILLA_OVERRIDE_REPO = 'dist-git-requests' +BUGZILLA_OVERRIDE_REPO = 'releng/fedora-scm-requests' NOTIFYEMAIL = [ 'kevin@fedoraproject.org', 'pingou@fedoraproject.org']