lorikeet-heimdal: import-lorikeet: Use --no-verify when importing heimdal
authorAndrew Bartlett <abartlet@samba.org>
Mon, 10 Sep 2018 21:05:40 +0000 (16:05 -0500)
committerStefan Metzmacher <metze@samba.org>
Wed, 29 Apr 2020 09:07:57 +0000 (11:07 +0200)
This allows us to import byte-for-byte files even if they have whitespace "errors".

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
import-lorikeet.sh

index 392dc1ad3301b0f18dfae735b8ee1c1609cf3e17..f88c91d65703ad96ca4ca6db1358721c0ac04070 100755 (executable)
@@ -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