[git] GPGME - branch, master, updated. gpgme-1.8.0-3-g9b22f82

by Justus Winter cvs at cvs.gnupg.org
Fri Nov 25 09:15:56 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  9b22f82afc5518961e4bea1fc516b79800e379a2 (commit)
      from  572c1aac107125ce62230251713349348373db5a (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 9b22f82afc5518961e4bea1fc516b79800e379a2
Author: Justus Winter <justus at g10code.com>
Date:   Fri Nov 25 09:13:01 2016 +0100

    tests: Remove tofu.db.
    
    * lang/python/Makefile.am (CLEANFILES): Add 'tofu.db'.
    * tests/gpg/Makefile.am (CLEANFILES): Likewise.
    
    Signed-off-by: Justus Winter <justus at g10code.com>

diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am
index e32fd12..d7dea4a 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
+	  data.h config.h copystamp tofu.db
 
 # Remove the rest.
 #
diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am
index c46feb0..6b6b5a8 100644
--- a/tests/gpg/Makefile.am
+++ b/tests/gpg/Makefile.am
@@ -45,7 +45,8 @@ TESTS = initial.test $(c_tests) final.test
 
 CLEANFILES = secring.gpg pubring.gpg pubring.kbx trustdb.gpg dirmngr.conf \
 	gpg-agent.conf pubring.kbx~ S.gpg-agent gpg.conf pubring.gpg~ \
-	random_seed S.gpg-agent .gpg-v21-migrated pubring-stamp
+	random_seed S.gpg-agent .gpg-v21-migrated pubring-stamp \
+	tofu.db
 
 private_keys = \
         13CD0F3BDF24BE53FE192D62F18737256FF6E4FD \

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

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


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




More information about the Gnupg-commits mailing list