[git] gnupg-doc - branch, preview, updated. e5f191c74cc6cdf551a1eb4a475e5f0f96168768
by Werner Koch
cvs at cvs.gnupg.org
Wed May 24 11:38:37 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, preview has been updated
via e5f191c74cc6cdf551a1eb4a475e5f0f96168768 (commit)
from c6d1f08fdaf0989affa6fe3120699a9ee481ed18 (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 e5f191c74cc6cdf551a1eb4a475e5f0f96168768
Author: Werner Koch <wk at gnupg.org>
Date: Wed May 24 11:35:09 2017 +0200
tools: Mark recurring donations with an asterisk
diff --git a/tools/mkkudos.sh b/tools/mkkudos.sh
index f6bdb80..63ab4b9 100755
--- a/tools/mkkudos.sh
+++ b/tools/mkkudos.sh
@@ -326,6 +326,9 @@ for file in "$htdocs/donate/"kudos-????.html "$htdocs/donate/"kudos.html \
if ($1==year && $4==tag) {
printf "<li>%s</li>\n", $3
}
+ else if ($1==year && $4=="S") {
+ printf "<li>%s*</li>\n", $3
+ }
}
close (donors)
}
@@ -340,6 +343,9 @@ for file in "$htdocs/donate/"kudos-????.html "$htdocs/donate/"kudos.html \
if ($4==tag) {
data[i++] = $3
}
+ else if ($4=="S") {
+ data[i++] = $3 "*"
+ }
}
close (donors)
j = i > 16 ? ( i - 16 ) : 0
-----------------------------------------------------------------------
Summary of changes:
tools/mkkudos.sh | 6 ++++++
1 file changed, 6 insertions(+)
hooks/post-receive
--
The GnuPG website and other docs
http://git.gnupg.org
More information about the Gnupg-commits
mailing list