From edf826bd3cb4bd35f2eccf03f6cc4f5594c2715e9d59b6f5158926f068167623 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 12 Mar 2026 11:09:56 +0300 Subject: [PATCH] fsck is too slow --- build/distfiles/utils/git-to-tarball | 1 - 1 file changed, 1 deletion(-) 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 -- 2.52.0