Improve the subject of the email sent upon commit

This commit is contained in:
Pierre-Yves Chibon 2017-01-16 10:29:15 +01:00
parent 083901a312
commit 29a58c2460

View file

@ -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
)