diff options
author | Brent Cook <busterb@gmail.com> | 2025-04-29 04:26:10 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2025-04-29 04:26:10 -0500 |
commit | a9ec775c091626f372b5129169d674372fe16ed8 (patch) | |
tree | bd072977fd125f552cb48d7533d314df9ddef019 | |
parent | ae60e315d2f5b708ec034df739b10fda6827fef8 (diff) | |
download | portable-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-x | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ openbsd_branch=`cat OPENBSD_BRANCH` | |||
6 | # pull in latest upstream code | 6 | # pull in latest upstream code |
7 | echo "pulling upstream openbsd source" | 7 | echo "pulling upstream openbsd source" |
8 | if [ ! -d openbsd ]; then | 8 | if [ ! -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 |
12 | fi | 12 | fi |