diff options
author | Ralph Bean <rbean@redhat.com> | 2017-08-11 14:54:42 +0000 |
---|---|---|
committer | Ralph Bean <rbean@redhat.com> | 2017-08-11 14:54:42 +0000 |
commit | fe15aa7ae0af1fd12e48e114295946c8aa31b285 (patch) | |
tree | 005def2c544fac864d13b2fca03fe4ca62ab2c0b | |
parent | 5e0c46d065b622c089fbefe96e7ee4b984c9b698 (diff) | |
download | ansible-fe15aa7ae0af1fd12e48e114295946c8aa31b285.tar.gz ansible-fe15aa7ae0af1fd12e48e114295946c8aa31b285.tar.xz ansible-fe15aa7ae0af1fd12e48e114295946c8aa31b285.zip |
Temporarily disable emailing users while we figure out https://pagure.io/fedora-infrastructure/issue/6233
-rw-r--r-- | roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 b/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 index 70f5152a7..d5c46ef7f 100644 --- a/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 +++ b/roles/distgit/pagure/templates/pagure-sync-bugzilla.py.j2 @@ -656,7 +656,9 @@ if __name__ == '__main__': if DRY_RUN: print('[DEBUG]', '\n'.join(errors)) else: - notify_users(errors) + # Temporarily disable emailing users while we figure this out + # https://pagure.io/fedora-infrastructure/issue/6233 + #notify_users(errors) send_email( EMAIL_FROM, NOTIFYEMAIL, |