libidn-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU libidn branch, master, updated. libidn-1-16-15-g5a3dd33


From: Simon Josefsson
Subject: [SCM] GNU libidn branch, master, updated. libidn-1-16-15-g5a3dd33
Date: Tue, 12 Jan 2010 19:20:04 +0000

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 "GNU libidn".

http://git.savannah.gnu.org/cgit/libidn.git/commit/?id=5a3dd331bc3808e5b375bb9fc09d83a2bb5f6ba6

The branch, master has been updated
       via  5a3dd331bc3808e5b375bb9fc09d83a2bb5f6ba6 (commit)
      from  8194ca46098ae7c17b7f85790efc770cad2f3d32 (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 5a3dd331bc3808e5b375bb9fc09d83a2bb5f6ba6
Author: Simon Josefsson <address@hidden>
Date:   Tue Jan 12 20:15:10 2010 +0100

    Improve syntax-check exception stuff.

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

Summary of changes:
 cfg.mk   |    2 +-
 maint.mk |    9 ++++++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index a9a8980..25ecaaa 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -29,7 +29,7 @@ local-checks-to-skip = sc_prohibit_strcmp 
sc_prohibit_have_config_h   \
        sc_useless_cpp_parens sc_GPL_version sc_immutable_NEWS          \
        sc_two_space_separator_in_usage sc_m4_quote_check sc_po_check   \
        sc_copyright_check
-VC_LIST_NEVER = ^((lib/)?(gl|gltests|build-aux))/.*
+VC_LIST_ALWAYS_EXCLUDE_REGEX = ^((lib/)?(gl|gltests|build-aux))/.*$
 
 doc/Makefile.gdoc:
        printf "gdoc_MANS =\ngdoc_TEXINFOS =\n" > doc/Makefile.gdoc
diff --git a/maint.mk b/maint.mk
index c91b730..366d12a 100644
--- a/maint.mk
+++ b/maint.mk
@@ -36,11 +36,14 @@ VC-tag = git tag -s -m '$(VERSION)' -u '$(gpg_key_ID)'
 
 VC_LIST = $(build_aux)/vc-list-files -C $(srcdir)
 
+# You can override this variable in cfg.mk to set your own regexp
+# matching files to ignore.
+VC_LIST_ALWAYS_EXCLUDE_REGEX ?= ^$$
+
 VC_LIST_EXCEPT = \
   $(VC_LIST) | if test -f $(srcdir)/.x-$@; then grep -vEf $(srcdir)/.x-$@; \
-              else grep -Ev "$${VC_LIST_EXCEPT_DEFAULT-ChangeLog}"; fi \
-       | if test -n "$(VC_LIST_NEVER)"; then grep -Ev "$(VC_LIST_NEVER)"; \
-       else cat; fi
+              else grep -Ev -e "$${VC_LIST_EXCEPT_DEFAULT-ChangeLog}"; fi \
+       | grep -Ev -e '$(VC_LIST_ALWAYS_EXCLUDE_REGEX)'
 
 ifeq ($(origin prev_version_file), undefined)
   prev_version_file = $(srcdir)/.prev-version


hooks/post-receive
-- 
GNU libidn




reply via email to

[Prev in Thread] Current Thread [Next in Thread]