--- modules/scripts/files/fedora-owner-change.py | 5 +++-- modules/scripts/manifests/init.pp | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/modules/scripts/files/fedora-owner-change.py b/modules/scripts/files/fedora-owner-change.py index 1ff1a3f..ea0d0bb 100644 --- a/modules/scripts/files/fedora-owner-change.py +++ b/modules/scripts/files/fedora-owner-change.py @@ -35,9 +35,10 @@ from email.mime.text import MIMEText DATAGREPPER_URL = 'https://apps.fedoraproject.org/datagrepper/raw/' -DELTA = 7 * 24 * 60 * 60 # 1 day +DELTA = 7 * 24 * 60 * 60 # 7 days TOPIC = 'org.fedoraproject.prod.pkgdb.owner.update' -EMAIL_TO = '[email protected]' +#EMAIL_TO = '[email protected]' +EMAIL_TO = '[email protected]' EMAIL_FROM = '[email protected]' SMTP_SERVER = 'localhost' diff --git a/modules/scripts/manifests/init.pp b/modules/scripts/manifests/init.pp index c5d15e8..61c8f87 100644 --- a/modules/scripts/manifests/init.pp +++ b/modules/scripts/manifests/init.pp @@ -478,7 +478,7 @@ class scripts::owner_change { user => "pingou", minute => 0, hour => 12, - weekday => 1, + weekday => 6, ensure => "present", } -- 1.7.2.1 _______________________________________________ infrastructure mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/infrastructure
