diff options
-rwxr-xr-x | roles/git/hooks/files/post-receive-alternativearch | 2 |
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 ) |