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
(cd openbsd
git fetch
git checkout $openbsd_branch
git pull --rebase)
git checkout $openbsd_branch)
# setup source paths
CWD=`pwd`