[Gpg4win-commits] [git] Gpg4win - branch, master, updated. gpg4win-3.0.1-17-g78f64bb

by Andre Heinecke cvs at cvs.gnupg.org
Fri Dec 8 11:00:15 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  78f64bbb6b80eb993ccbdcc6d33a7ef47929b5d5 (commit)
      from  4ad2a2d7cee2f28db00a93484cf95124540ae3b3 (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 78f64bbb6b80eb993ccbdcc6d33a7ef47929b5d5
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Fri Dec 8 10:50:20 2017 +0100

    Revert "Add swdb target"
    
    This reverts commit c4edbf71a729c1823daa88064bcd849d02ed93a9.
    
    Swdb does not make sense here. As we need to sign first.

diff --git a/src/Makefile.am b/src/Makefile.am
index 528e3ed..f4458aa 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -703,28 +703,7 @@ else
 all_full =
 endif
 
-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
+all-local: $(all_full) $(all_light) $(all_vanilla) $(all_src)
 	@echo "###################################################"
 	@echo " Gpg4win $(VERSION) successfully build!"
 	@echo " Installers can be found under src/installers"

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

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


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



More information about the Gpg4win-commits mailing list