[Gpg4win-commits] [git] Gpg4win - branch, master, updated. gpg4win-3.0.1-13-gc4edbf7

by Andre Heinecke cvs at cvs.gnupg.org
Fri Dec 8 08:26:35 CET 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 "GnuPG for Windows".

The branch, master has been updated
       via  c4edbf71a729c1823daa88064bcd849d02ed93a9 (commit)
      from  f13de1c946cff566e18f11f793b2645981e3c3ac (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 c4edbf71a729c1823daa88064bcd849d02ed93a9
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Fri Dec 8 08:26:13 2017 +0100

    Add swdb target
    
    * src/Makefile.am (gpg4win.swdb): New target.

diff --git a/src/Makefile.am b/src/Makefile.am
index f4458aa..528e3ed 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -703,7 +703,28 @@ else
 all_full =
 endif
 
-all-local: $(all_full) $(all_light) $(all_vanilla) $(all_src)
+gpg4win.swdb: $(all_full) $(all_light) $(all_vanilla) $(all_src) NEWS.de NEWS.en
+	set -e; ( \
+	pref="#+macro: gpg4win_" ;\
+	reldate="$$(date -u +%Y-%m-%d)" ;\
+	echo "$${pref}ver  $(VERSION)"  ;\
+	echo "$${pref}date $${reldate}" ;\
+	i=$(top_srcdir)/gpg4win-$(VERSION).tar.bz2; \
+	echo "$${pref}src_size $$(wc -c <$$i|awk '{print int($$1/1024)}')k" ;\
+	echo "$${pref}src_sha1 $$(sha1sum <$$i|cut -d' ' -f1)" ;\
+	echo "$${pref}src_sha2 $$(sha256sum <$$i|cut -d' ' -f1)" ;\
+	j=installers/gpg4win-$(VERSION).exe ; \
+	echo "$${pref}exe_size $$(wc -c <$$j|awk '{print int($$1/1024)}')k" ;\
+	echo "$${pref}exe_sha1 $$(sha1sum <$$j|cut -d' ' -f1)" ;\
+	echo "$${pref}exe_sha2 $$(sha256sum <$$j|cut -d' ' -f1)" ;\
+	k=installers/gpg4win-src-$(VERSION).exe ; \
+	echo "$${pref}isrc_size $$(wc -c <$$k|awk '{print int($$1/1024)}')k" ;\
+	echo "$${pref}isrc_sha1 $$(sha1sum <$$k|cut -d' ' -f1)" ;\
+	echo "$${pref}isrc_sha2 $$(sha256sum <$$k|cut -d' ' -f1)" ;\
+	) | tee $(distdir).swdb
+
+
+all-local: gpg4win.swdb
 	@echo "###################################################"
 	@echo " Gpg4win $(VERSION) successfully build!"
 	@echo " Installers can be found under src/installers"

-----------------------------------------------------------------------

Summary of changes:
 src/Makefile.am | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GnuPG for Windows
http://git.gnupg.org



More information about the Gpg4win-commits mailing list