summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Yves Chibon <pingou@pingoured.fr>2017-01-16 10:29:15 +0100
committerPierre-Yves Chibon <pingou@pingoured.fr>2017-01-16 10:29:15 +0100
commit29a58c2460411c57a8687c5dd55336166aa0df90 (patch)
tree6950a76d7932bab661c661d7f7c1cbb337627bb6
parent083901a3129e1a36ffe1943fdd84c2fd2229204a (diff)
downloadansible-29a58c2460411c57a8687c5dd55336166aa0df90.tar.gz
ansible-29a58c2460411c57a8687c5dd55336166aa0df90.tar.xz
ansible-29a58c2460411c57a8687c5dd55336166aa0df90.zip
Improve the subject of the email sent upon commit
-rwxr-xr-xroles/git/hooks/files/post-receive-alternativearch2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/git/hooks/files/post-receive-alternativearch b/roles/git/hooks/files/post-receive-alternativearch
index 10f3f6f7a..c808b65d5 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
)