[git] gnupg-doc - branch, master, updated. b5ea0b175797dbc99795f5eaffdc9a4456dbc9b6
by Werner Koch
cvs at cvs.gnupg.org
Fri Jun 16 09:33:18 CEST 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GnuPG website and other docs".
The branch, master has been updated
via b5ea0b175797dbc99795f5eaffdc9a4456dbc9b6 (commit)
from ce8b4c57dfc58ec192cf01c1da0e015a7612e861 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b5ea0b175797dbc99795f5eaffdc9a4456dbc9b6
Author: Werner Koch <wk at gnupg.org>
Date: Fri Jun 16 09:28:59 2017 +0200
campaign: Add a hint to the thanks mail about First Look Media.
diff --git a/tools/append-to-donors.sh b/tools/append-to-donors.sh
index b5dc9e6..c49ffd2 100755
--- a/tools/append-to-donors.sh
+++ b/tools/append-to-donors.sh
@@ -130,6 +130,7 @@ trap "rm -f $LOCKFILE $donors.tmp $donors.stamp" 0
#
send_thanks () {
recur_text="one-time"
+ xextratext=""
if [ $1 -gt 0 ]; then
case "$recur" in
12) recur_text="monthly"
@@ -141,6 +142,11 @@ send_thanks () {
1) recur_text="yearly"
;;
esac
+ xextratext="
+First Look Media, the parent organization of The Intercept and
+Laura Poitras' Field of Vision, will match the first 12 months
+of your gift.
+"
fi
case "$service" in
1) service_text="Stripe"
@@ -188,6 +194,7 @@ Dear ${name:-Anonymous},
we received $xamount $upcurrency$ineuro as a ${recur_text} donation for GnuPG (via $service_text).
Your donation helps us to develop and maintain GnuPG and related software.
+$xextratext
Thank you.
-----------------------------------------------------------------------
Summary of changes:
tools/append-to-donors.sh | 7 +++++++
1 file changed, 7 insertions(+)
hooks/post-receive
--
The GnuPG website and other docs
http://git.gnupg.org
More information about the Gnupg-commits
mailing list