From 2fc7c367942b893beae1d572c6bcda78fe28c378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Mon, 22 Mar 2010 13:56:11 +0000 Subject: otp_build: Don't run hooks when updating the primary bootstrap Since "otp_build update_primary" copies files that may contain trailing spaces, the commit may fail if the repository has a pre-commit hook that refuses to commit files with whitespace problems. Avoid the problem by not running any hooks. --- otp_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otp_build') diff --git a/otp_build b/otp_build index ad9d38ebca..67608138f7 100755 --- a/otp_build +++ b/otp_build @@ -915,7 +915,7 @@ do_primary_git () bootstrap/lib/compiler \ bootstrap/lib/orber/include \ bootstrap/bin - git commit -m 'Update primary bootstrap' + git commit --no-verify -m 'Update primary bootstrap' } -- cgit v1.2.3