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 gss".
http://git.savannah.gnu.org/cgit/gss.git/commit/?id=61d38213185c4c58a2ce56d38528940e3fbd33ec The branch, master has been updated via 61d38213185c4c58a2ce56d38528940e3fbd33ec (commit) from 7952494036b39beaec8290badfe0a62ac3fda31f (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 61d38213185c4c58a2ce56d38528940e3fbd33ec Author: Simon Josefsson <[email protected]> Date: Sun Apr 25 19:59:41 2010 +0200 Update gnulib files. ----------------------------------------------------------------------- Summary of changes: build-aux/vc-list-files | 4 +++- maint.mk | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletions(-) diff --git a/build-aux/vc-list-files b/build-aux/vc-list-files index b9f2fbd..48a33ee 100755 --- a/build-aux/vc-list-files +++ b/build-aux/vc-list-files @@ -2,7 +2,7 @@ # List version-controlled file names. # Print a version string. -scriptversion=2010-02-21.13; # UTC +scriptversion=2010-04-23.22; # UTC # Copyright (C) 2006-2010 Free Software Foundation, Inc. @@ -102,6 +102,8 @@ elif test -d CVS; then }}'\'' \ `find "$dir" -name Entries -print` /dev/null' $postprocess fi +elif test -d .svn; then + eval exec svn list -R '"$dir"' $postprocess else echo "$0: Failed to determine type of version control used in `pwd`" 1>&2 exit 1 diff --git a/maint.mk b/maint.mk index f646e43..33803f3 100644 --- a/maint.mk +++ b/maint.mk @@ -645,6 +645,12 @@ sc_useless_cpp_parens: halt='found useless parentheses in cpp directive' \ $(_sc_search_regexp) +# Prohibit checked in backup files. +sc_prohibit_backup_files: + @$(VC_LIST) | grep '~$$' && \ + { echo '$(ME): found version controlled backup file' 1>&2; \ + exit 1; } || : + # Require the latest GPL. sc_GPL_version: @prohibit='either ''version [^3]' \ hooks/post-receive -- GNU gss _______________________________________________ Gss-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gss-commit
