Adjust the pkgdb2 configuration file to include the settings for the cron job
This commit is contained in:
parent
afe1f6217d
commit
59cae64129
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue