aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-01-02 19:24:03 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2010-01-02 19:24:03 +0200
commitc44f0f83448b426935e9aeb07c5d761299144d14 (patch)
tree696d15a11587c94e3a5f8b356f3f91adc73c789a /tests
parent1b0a4de9fa73dd2453cbd2902c2cd4d000f4abe7 (diff)
downloadwydawca-c44f0f83448b426935e9aeb07c5d761299144d14.tar.gz
wydawca-c44f0f83448b426935e9aeb07c5d761299144d14.tar.bz2
$- 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.
Diffstat (limited to 'tests')
-rw-r--r--tests/etc/notify.rc9
1 files changed, 5 insertions, 4 deletions
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
24Upload of ${project} to ${url}/${dir} finished successfully. 24Upload of ${project} to ${url}/${dir} finished successfully.
25Files uploaded: 25Files uploaded:
26 26
27${triplet:ls:upload} 27${triplet:ls:upload}$-
28 28
29Regards, 29Regards,
30Wydawca 30Wydawca
@@ -42,7 +42,7 @@ Subject: Upload of ${project} successful
42${user:real-name} (${user:email}) successfully uploaded files 42${user:real-name} (${user:email}) successfully uploaded files
43for ${project} to ${url}/${dir}. Files uploaded: 43for ${project} to ${url}/${dir}. Files uploaded:
44 44
45${triplet:ls:upload} 45${triplet:ls:upload}$-
46 46
47Regards, 47Regards,
48Wydawca 48Wydawca
@@ -61,7 +61,7 @@ Subject: Suspicious upload of ${project}
61Someone not authorized to make releases for ${project} 61Someone not authorized to make releases for ${project}
62has attempted to upload the following files to ${url}/${dir}: 62has attempted to upload the following files to ${url}/${dir}:
63 63
64${triplet:ls:full} 64${triplet:ls:full}$-
65 65
66This upload has been ignored and the files removed. The person who attempted 66This upload has been ignored and the files removed. The person who attempted
67the upload was ${user:real-name}, user name ${user:name}, email ${user:email}. 67the upload was ${user:real-name}, user name ${user:name}, email ${user:email}.
@@ -184,7 +184,8 @@ Subject: ${triplet:dist} rejected
184Your upload of ${triplet:dist} has been rejected by the distribution 184Your upload of ${triplet:dist} has been rejected by the distribution
185verification procedure with the following diagnostics: 185verification procedure with the following diagnostics:
186 186
187${check:diagn} 187${check:diagn}$-
188
188Please fix the tarball and resubmit. 189Please fix the tarball and resubmit.
189 190
190Regards, 191Regards,

Return to:

Send suggestions and report system problems to the System administrator.