Adjust the pkgdb2 configuration file to include the settings for the cron job

This commit is contained in:
Pierre-Yves Chibon 2014-08-18 12:50:23 +02:00
parent afe1f6217d
commit 59cae64129

View file

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