summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2023-04-05 10:49:08 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2023-04-05 10:49:08 +0200
commit8718a25e7f3bab462e266ac5bd53c64191b39661 (patch)
tree5696dc429d23f97dc29849fe0bec4396dcd92fe4
parent56adf00a6b154ece03ec0f6ee41390dbe35647bb (diff)
do not use git gc --aggressive
when the repo is large enough, it fails with fatal: failed to run repack Change-Id: Ieb77c8cb274d207ac0a7c33c02a336b672e114de
-rwxr-xr-xbibisect/buildWinReleasesRepository.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bibisect/buildWinReleasesRepository.sh b/bibisect/buildWinReleasesRepository.sh
index 6e44e2e1..c984da0c 100755
--- a/bibisect/buildWinReleasesRepository.sh
+++ b/bibisect/buildWinReleasesRepository.sh
@@ -144,5 +144,5 @@ do
done
cd ${targetDir}
-git gc --aggressive
+git gc