From a9ec775c091626f372b5129169d674372fe16ed8 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Tue, 29 Apr 2025 04:26:10 -0500 Subject: remove max depth option from #1026 need full depth to checkout branches; might be able to tweak with CI/CD settings too, but needs more thought --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 9636ee7..ce6d305 100755 --- a/update.sh +++ b/update.sh @@ -6,7 +6,7 @@ openbsd_branch=`cat OPENBSD_BRANCH` # pull in latest upstream code echo "pulling upstream openbsd source" if [ ! -d openbsd ]; then - LIBRESSL_GIT_OPTIONS="${LIBRESSL_GIT_OPTIONS:- --depth=8}" + #LIBRESSL_GIT_OPTIONS="${LIBRESSL_GIT_OPTIONS:- --depth=8}" LIBRESSL_GIT="${LIBRESSL_GIT:- https://github.com/libressl}" git clone $LIBRESSL_GIT_OPTIONS $LIBRESSL_GIT/openbsd fi -- cgit v1.2.3-55-g6feb