[ARVADOS-DEV] updated: dceecad87e765ad94fec9f7d6b7bd6d2816f225c
Git user
git at public.curoverse.com
Wed May 23 17:21:45 EDT 2018
Summary of changes:
git/hooks/check-copyright-headers.sh | 2 ++
1 file changed, 2 insertions(+)
via dceecad87e765ad94fec9f7d6b7bd6d2816f225c (commit)
from 19e300ed030f7fa1cc50913ecb4d42e50f397ed7 (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.
commit dceecad87e765ad94fec9f7d6b7bd6d2816f225c
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date: Wed May 23 17:21:16 2018 -0400
Be a little more verbose about the presence of the copyright header check.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>
diff --git a/git/hooks/check-copyright-headers.sh b/git/hooks/check-copyright-headers.sh
index f219532..1eccfe4 100755
--- a/git/hooks/check-copyright-headers.sh
+++ b/git/hooks/check-copyright-headers.sh
@@ -15,6 +15,8 @@ NEWREV=$3
EXITCODE=0
+echo "Enforcing copyright headers..."
+
# Load the .licenseignore file
LICENSEIGNORE=`mktemp`
git show ${NEWREV}:.licenseignore > "${LICENSEIGNORE}" 2>/dev/null
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list