Skip to content

Commit 2760daa

Browse files
committed
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
1 parent 2bd2d71 commit 2760daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ openbsd_branch=`cat OPENBSD_BRANCH`
66
# pull in latest upstream code
77
echo "pulling upstream openbsd source"
88
if [ ! -d openbsd ]; then
9-
LIBRESSL_GIT_OPTIONS="${LIBRESSL_GIT_OPTIONS:- --depth=8}"
9+
#LIBRESSL_GIT_OPTIONS="${LIBRESSL_GIT_OPTIONS:- --depth=8}"
1010
LIBRESSL_GIT="${LIBRESSL_GIT:- https://github.com/libressl}"
1111
git clone $LIBRESSL_GIT_OPTIONS $LIBRESSL_GIT/openbsd
1212
fi

0 commit comments

Comments
 (0)