mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add package base name in request close notifications
Mention both the package base name and the request type in the subject of request closure notification. Implements FS#41607. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
16795eaf46
commit
b70f048bc3
3 changed files with 16 additions and 8 deletions
|
@ -376,7 +376,7 @@ test_expect_success "Check whether package requests are closed when disowning."
|
|||
SSH_ORIGINAL_COMMAND="disown foobar" AUR_USER=user AUR_PRIVILEGED=0 \
|
||||
"$GIT_SERVE" 2>&1 &&
|
||||
cat <<-EOD >expected &&
|
||||
Subject: [PRQ#1] Request Accepted
|
||||
Subject: [PRQ#1] Orphan Request for foobar Accepted
|
||||
EOD
|
||||
grep "^Subject.*PRQ" sendmail.out >sendmail.parts &&
|
||||
test_cmp sendmail.parts expected &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue