diff --git a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml index 879a2833b1..a5b55ae157 100644 --- a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml +++ b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml @@ -397,3 +397,16 @@ notify_emails = [ "admin@fedoraproject.org", ] {% endif %} + +# Configuration section for distgit_commit_processor +[consumer_config.distgit_commit_processor] +mail_from = "notifications@{{ env_prefix }}fedoraproject.org" +mail_to = "scm-commits@lists.{{ env_prefix }}fedoraproject.org" +# This is the default subject +# mail_subject_tmpl = "{message.summary}" +mail_content_tmpl = """Notification time stamped {headers['sent-at']} + +{message} + + {commit['url']} +"""