From 3d335893a3d913cf8049c8e46818bf7d23df208b Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Tue, 9 Jul 2024 16:31:38 +0200 Subject: [PATCH] [toddlers] Fix distgit_commit_processor templates In https://pagure.io/fedora-infra/ansible/pull-request/2137 nils introduced the fix for poddlers, but we need this for toddlers as well. Signed-off-by: Michal Konecny --- roles/openshift-apps/toddlers/templates/fedora-messaging.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml index 306237b210..ea9af2d529 100644 --- a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml +++ b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml @@ -404,9 +404,9 @@ 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']} +mail_content_tmpl = """Notification time stamped {headers[sent-at]} {message} - {commit['url']} + {commit[url]} """