Improve the subject of the email sent upon commit
This commit is contained in:
parent
083901a312
commit
29a58c2460
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ def run_as_post_receive_hook():
|
||||||
text=TEXT % dict(
|
text=TEXT % dict(
|
||||||
pkg=package, url='\n'.join(links), change="\n".join(diffs)
|
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
|
to_mail=TO_MAIL
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue