From 59cae641298be3f288ae0250bdf3a7a5b89a16b5 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 18 Aug 2014 12:50:23 +0200 Subject: [PATCH] Adjust the pkgdb2 configuration file to include the settings for the cron job --- roles/pkgdb2/templates/pkgdb2.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/roles/pkgdb2/templates/pkgdb2.cfg b/roles/pkgdb2/templates/pkgdb2.cfg index f33dc777df..1f8d00bac8 100644 --- a/roles/pkgdb2/templates/pkgdb2.cfg +++ b/roles/pkgdb2/templates/pkgdb2.cfg @@ -46,6 +46,16 @@ PKGDB2_BUGZILLA_USER = '{{ bugzilla_user }}' PKGDB2_BUGZILLA_PASSWORD = '{{ bugzilla_password }}' +# Settings specific to the ``pkgdb-sync-bugzilla`` script/cron +PKGDB2_BUGZILLA_NOTIFY_EMAIL = [ + 'kevin@fedoraproject.org', + 'pingou@fedoraproject'] +BUGZILLA_COMPONENT_API = "component.get" +PKGDB2_BUGZILLA_NOTIFY_USER = '{{ bugzilla_user }}' +PKGDB2_BUGZILLA_NOTIFY_PASSWORD = '{{ bugzilla_user }}' +PKGDB2_BUGZILLA_DRY_RUN = False + + ### FAS information ## URL to the FAS instance to query