mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Adjust the fedora-owner-change cron and script for testing in real condition
This commit is contained in:
@@ -1 +1 @@
|
||||
0 10 * * 1 root /usr/bin/python /usr/local/bin/fedora-owner-change.py
|
||||
0 10 * * 3 root /usr/bin/python /usr/local/bin/fedora-owner-change.py
|
||||
|
||||
@@ -37,8 +37,8 @@ from email.mime.text import MIMEText
|
||||
DATAGREPPER_URL = 'https://apps.fedoraproject.org/datagrepper/raw/'
|
||||
DELTA = 7 * 24 * 60 * 60 # 7 days
|
||||
TOPIC = 'org.fedoraproject.prod.pkgdb.owner.update'
|
||||
EMAIL_TO = ''
|
||||
EMAIL_FROM = ''
|
||||
EMAIL_TO = 'pingou@pingoured.fr'
|
||||
EMAIL_FROM = 'nobody@fedoraproject.org'
|
||||
SMTP_SERVER = 'localhost'
|
||||
|
||||
# Initial simple logging stuff
|
||||
|
||||
Reference in New Issue
Block a user