pin master build to upstream commit

This commit is contained in:
Brent Cook 2023-02-11 06:44:08 -06:00
parent 3c1e882d25
commit a7ca886cb0
2 changed files with 2 additions and 3 deletions

View File

@ -1 +1 @@
master 5f0541740b8c555fa2c751e63fae55680a69afe6

View File

@ -14,8 +14,7 @@ if [ ! -d openbsd ]; then
fi fi
(cd openbsd (cd openbsd
git fetch git fetch
git checkout $openbsd_branch git checkout $openbsd_branch)
git pull --rebase)
# setup source paths # setup source paths
CWD=`pwd` CWD=`pwd`