From: Sergey Matveev Date: Thu, 12 Mar 2026 08:09:56 +0000 (+0300) Subject: fsck is too slow X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=edf826bd3cb4bd35f2eccf03f6cc4f5594c2715e9d59b6f5158926f068167623;p=bass.git fsck is too slow --- diff --git a/build/distfiles/utils/git-to-tarball b/build/distfiles/utils/git-to-tarball index 317016d..a008a5c 100755 --- a/build/distfiles/utils/git-to-tarball +++ b/build/distfiles/utils/git-to-tarball @@ -15,5 +15,4 @@ prefix=$4 git clone --depth 1 --bare $url "$DISTFILES"/repo/$name.git >&2 cd "$DISTFILES"/repo/$name.git git cat-file -e $commit || git fetch origin $commit >&2 -git fsck $commit >&2 git archive --prefix=$prefix/ $commit | $COMPRESSOR