From ff3b5478f5e9b16b4d9fec80ff31c80e45a899f4 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 9 Aug 2017 14:01:00 +0000 Subject: [PATCH] Use the official override repo. --- roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']