From 3b11e8a221cc7922e38406cb141ad8583bd1c0c3 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 10 Sep 2018 16:05:40 -0500 Subject: [PATCH] lorikeet-heimdal: import-lorikeet: Use --no-verify when importing heimdal This allows us to import byte-for-byte files even if they have whitespace "errors". Signed-off-by: Andrew Bartlett --- import-lorikeet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/import-lorikeet.sh b/import-lorikeet.sh index 392dc1ad3..f88c91d65 100755 --- a/import-lorikeet.sh +++ b/import-lorikeet.sh @@ -120,7 +120,7 @@ samba_create() { echo "add changed files to the index" git add -u source4/heimdal echo "commit the changed files blindly" - git commit -m "s4:heimdal: import $lorikeet_branch (commit $lorikeet_commit)" + git commit --no-verify -m "s4:heimdal: import $lorikeet_branch (commit $lorikeet_commit)" echo "cleanup source4/heimdal" rm -rf source4/heimdal git checkout source4/heimdal -- 2.34.1