[git] GPGME - branch, master, updated. gpgme-1.8.0-4-gfd4d476

by Justus Winter cvs at cvs.gnupg.org
Fri Nov 25 09:58:00 CET 2016


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 Made Easy".

The branch, master has been updated
       via  fd4d476214ae06e33f4a6dac534d3deca5cc6cd3 (commit)
      from  9b22f82afc5518961e4bea1fc516b79800e379a2 (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 fd4d476214ae06e33f4a6dac534d3deca5cc6cd3
Author: Justus Winter <justus at g10code.com>
Date:   Fri Nov 25 09:55:42 2016 +0100

    python: Fix removing the TOFU database.
    
    * lang/python/Makefile.am (CLEANFILES): Move 'tofu.db'...
    * lang/python/tests/Makefile.am (CLEANFILES): ... here.
    
    Fixes-commit: 9b22f82afc5518961e4bea1fc516b79800e379a2
    Signed-off-by: Justus Winter <justus at g10code.com>

diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am
index d7dea4a..e32fd12 100644
--- a/lang/python/Makefile.am
+++ b/lang/python/Makefile.am
@@ -81,7 +81,7 @@ upload: dist/gpg-$(VERSION).tar.gz dist/gpg-$(VERSION).tar.gz.asc
 	twine upload $^
 
 CLEANFILES = gpgme.h errors.i gpgme_wrap.c gpg/gpgme.py \
-	  data.h config.h copystamp tofu.db
+	  data.h config.h copystamp
 
 # Remove the rest.
 #
diff --git a/lang/python/tests/Makefile.am b/lang/python/tests/Makefile.am
index 39f532c..f9366dd 100644
--- a/lang/python/tests/Makefile.am
+++ b/lang/python/tests/Makefile.am
@@ -73,7 +73,7 @@ xcheck: ./pubring-stamp
 
 CLEANFILES = secring.gpg pubring.gpg pubring.kbx trustdb.gpg dirmngr.conf \
 	gpg-agent.conf pubring.kbx~ gpg.conf pubring.gpg~ \
-	random_seed .gpg-v21-migrated \
+	random_seed .gpg-v21-migrated tofu.db \
         pubring-stamp private-keys-v1.d/gpg-sample.stamp
 
 private_keys = \

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

Summary of changes:
 lang/python/Makefile.am       | 2 +-
 lang/python/tests/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list