[Gpg4win-commits] [git] Gpg4win - branch, website, updated. gpg4win-2.1.0-353-gf27fc61
by Andre Heinecke
cvs at cvs.gnupg.org
Wed Jan 17 20:08:42 CET 2018
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 "GnuPG for Windows".
The branch, website has been updated
via f27fc61bf4b6958ecba91c4d6fac53a0d8e7cb80 (commit)
from f57154d6b6926e96f5a36278549e97999d141ee2 (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 f27fc61bf4b6958ecba91c4d6fac53a0d8e7cb80
Author: Andre Heinecke <aheinecke at intevation.de>
Date: Wed Jan 17 20:07:14 2018 +0100
Convert task numbers into dev.gnupg.links
* Makefile: Simply convert any T<Number> into a link
to a task in the dev tracker.
--
Would be better placed in build-history.awk but I don't
awk well.
diff --git a/web/Makefile b/web/Makefile
index 39723dc..8fbb600 100644
--- a/web/Makefile
+++ b/web/Makefile
@@ -39,10 +39,13 @@ subdirs: $(SUBDIRS)
done
change-history.htm4: build-history.awk NEWS.last
- LC_ALL=de_DE.latin1 awk -f build-history.awk < NEWS.last > $@
+ LC_ALL=de_DE.latin1 awk -f build-history.awk < NEWS.last | \
+ sed 's@\(T[0-9]\+\)@<a href="https://dev.gnupg.org/\1">\1</a>@g' > $@
change-history-de.htm4: build-history.awk NEWS.last
- LC_ALL=de_DE.latin1 awk -f build-history.awk -v lang=de < NEWS.last > $@
+ LC_ALL=de_DE.latin1 awk -f build-history.awk -v lang=de < NEWS.last | \
+ sed 's@\(T[0-9]\+\)@<a href="https://dev.gnupg.org/\1">\1</a>@g' > $@
+
online: all
@echo ""
-----------------------------------------------------------------------
Summary of changes:
web/Makefile | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
hooks/post-receive
--
GnuPG for Windows
http://git.gnupg.org
More information about the Gpg4win-commits
mailing list