From a7ca886cb03e52718b51f9dd35ea15f28db71a2b Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sat, 11 Feb 2023 06:44:08 -0600 Subject: pin master build to upstream commit --- OPENBSD_BRANCH | 2 +- update.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/OPENBSD_BRANCH b/OPENBSD_BRANCH index 1f7391f..d9fd42d 100644 --- a/OPENBSD_BRANCH +++ b/OPENBSD_BRANCH @@ -1 +1 @@ -master +5f0541740b8c555fa2c751e63fae55680a69afe6 diff --git a/update.sh b/update.sh index e73455e..550d03b 100755 --- a/update.sh +++ b/update.sh @@ -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` -- cgit v1.2.3-55-g6feb