From c44f0f83448b426935e9aeb07c5d761299144d14 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sat, 2 Jan 2010 19:24:03 +0200 Subject: $- construct (similar to m4's dnl). * src/meta.c: Special construct $- removes the character immediately following it. * doc/wydawca.texi: Document the use of $- construct. * src/triplet.c (expand_triplet_ls_full) (expand_triplet_ls_upload): Keep trailing newline in the expansion. * tests/etc/notify.rc: Update. --- tests/etc/notify.rc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/etc/notify.rc b/tests/etc/notify.rc index 4461ce3..138d6bb 100644 --- a/tests/etc/notify.rc +++ b/tests/etc/notify.rc @@ -24,7 +24,7 @@ Subject: Upload of ${project} successful Upload of ${project} to ${url}/${dir} finished successfully. Files uploaded: -${triplet:ls:upload} +${triplet:ls:upload}$- Regards, Wydawca @@ -42,7 +42,7 @@ Subject: Upload of ${project} successful ${user:real-name} (${user:email}) successfully uploaded files for ${project} to ${url}/${dir}. Files uploaded: -${triplet:ls:upload} +${triplet:ls:upload}$- Regards, Wydawca @@ -61,7 +61,7 @@ Subject: Suspicious upload of ${project} Someone not authorized to make releases for ${project} has attempted to upload the following files to ${url}/${dir}: -${triplet:ls:full} +${triplet:ls:full}$- This upload has been ignored and the files removed. The person who attempted the upload was ${user:real-name}, user name ${user:name}, email ${user:email}. @@ -184,7 +184,8 @@ Subject: ${triplet:dist} rejected Your upload of ${triplet:dist} has been rejected by the distribution verification procedure with the following diagnostics: -${check:diagn} +${check:diagn}$- + Please fix the tarball and resubmit. Regards, -- cgit v1.2.1