aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2025-04-29 04:26:10 -0500
committerBrent Cook <busterb@gmail.com>2025-04-29 04:26:10 -0500
commita9ec775c091626f372b5129169d674372fe16ed8 (patch)
treebd072977fd125f552cb48d7533d314df9ddef019
parentae60e315d2f5b708ec034df739b10fda6827fef8 (diff)
downloadportable-OPENBSD_7_7.tar.gz
portable-OPENBSD_7_7.tar.bz2
portable-OPENBSD_7_7.zip
remove max depth option from #1026v4.1.0OPENBSD_7_7
need full depth to checkout branches; might be able to tweak with CI/CD settings too, but needs more thought
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
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`
6# pull in latest upstream code 6# pull in latest upstream code
7echo "pulling upstream openbsd source" 7echo "pulling upstream openbsd source"
8if [ ! -d openbsd ]; then 8if [ ! -d openbsd ]; then
9 LIBRESSL_GIT_OPTIONS="${LIBRESSL_GIT_OPTIONS:- --depth=8}" 9 #LIBRESSL_GIT_OPTIONS="${LIBRESSL_GIT_OPTIONS:- --depth=8}"
10 LIBRESSL_GIT="${LIBRESSL_GIT:- https://github.com/libressl}" 10 LIBRESSL_GIT="${LIBRESSL_GIT:- https://github.com/libressl}"
11 git clone $LIBRESSL_GIT_OPTIONS $LIBRESSL_GIT/openbsd 11 git clone $LIBRESSL_GIT_OPTIONS $LIBRESSL_GIT/openbsd
12fi 12fi