#1940 toddlers: Configure distgit_commit_processor
Merged 20 days ago by nphilipp. Opened 2 months ago by nphilipp.
fedora-infra/ nphilipp/ansible main--toddlers-distgit-commit-processor  into  main

@@ -397,3 +397,16 @@ 

      "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']}

+ """

rebased onto 50332a6

2 months ago

The configuration will probably not be of much use in staging – both mail_from and mail_to addresses don’t exist (as far as I know).

rebased onto 71f4401

20 days ago

rebased onto 71f4401

20 days ago

Pull-Request has been merged by nphilipp

20 days ago