[git] GnuPG - branch, master, updated. gnupg-2.1.21-32-g96acbdd

by Andre Heinecke cvs at cvs.gnupg.org
Tue Jun 6 16:41:50 CEST 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 "The GNU Privacy Guard".

The branch, master has been updated
       via  96acbdd7265f504d06783adfd6322a6675c41c0a (commit)
      from  216f0804c1452c777c0252c36f56e279d18632a2 (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 96acbdd7265f504d06783adfd6322a6675c41c0a
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Tue Jun 6 16:38:02 2017 +0200

    speedo: Fix source tar call ambiguity
    
    * build-aux/speedo.mk (dist-source): Expand exclude-vc to
    exclude-vcs.
    
    --
    Tar 1.29 also has exclude-vcs-ignores so this became
    ambiguous.
    
    Signed-off-by: Andre Heinecke <aheinecke at intevation.de>

diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk
index c799863..76f712f 100644
--- a/build-aux/speedo.mk
+++ b/build-aux/speedo.mk
@@ -1127,10 +1127,10 @@ dist-source: installer
 	(set -e;\
 	 tarname="$(INST_NAME)-$(INST_VERSION)_$(BUILD_DATESTR).tar" ;\
 	 [ -f "$$tarname" ] && rm "$$tarname" ;\
-         tar -C $(topsrc) -cf "$$tarname" --exclude-backups --exclude-vc \
+         tar -C $(topsrc) -cf "$$tarname" --exclude-backups --exclude-vcs \
              --transform='s,^\./,$(INST_NAME)-$(INST_VERSION)/,' \
              --anchored --exclude './PLAY' . ;\
-	 tar --totals -rf "$$tarname" --exclude-backups --exclude-vc \
+	 tar --totals -rf "$$tarname" --exclude-backups --exclude-vcs \
               --transform='s,^,$(INST_NAME)-$(INST_VERSION)/,' \
 	     PLAY/stamps/stamp-*-00-unpack PLAY/src swdb.lst swdb.lst.sig ;\
 	 [ -f "$$tarname".xz ] && rm "$$tarname".xz;\

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

Summary of changes:
 build-aux/speedo.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list