Properly format the diffs sent
This commit is contained in:
parent
7d3112e440
commit
d531c54bec
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ def run_as_post_receive_hook():
|
||||||
|
|
||||||
send_email(
|
send_email(
|
||||||
text=TEXT % dict(
|
text=TEXT % dict(
|
||||||
pkg=package, url='\n'.join(links), change=diffs
|
pkg=package, url='\n'.join(links), change="\n- ".join(diffs)
|
||||||
),
|
),
|
||||||
subject='Package added/updated ExclusiveArch/ExcludesArch',
|
subject='Package added/updated ExclusiveArch/ExcludesArch',
|
||||||
to_mail=TO_MAIL
|
to_mail=TO_MAIL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue