From 29a58c2460411c57a8687c5dd55336166aa0df90 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 16 Jan 2017 10:29:15 +0100 Subject: [PATCH] Improve the subject of the email sent upon commit --- roles/git/hooks/files/post-receive-alternativearch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/git/hooks/files/post-receive-alternativearch b/roles/git/hooks/files/post-receive-alternativearch index 10f3f6f7a1..c808b65d5f 100755 --- a/roles/git/hooks/files/post-receive-alternativearch +++ b/roles/git/hooks/files/post-receive-alternativearch @@ -187,7 +187,7 @@ def run_as_post_receive_hook(): text=TEXT % dict( pkg=package, url='\n'.join(links), change="\n".join(diffs) ), - subject='Package added/updated ExclusiveArch/ExcludesArch', + subject='Architecture specific change in %s' % package, to_mail=TO_MAIL )