From nobody Sun Feb 21 15:38:00 2021 Authentication-Results: mail-b.sr.ht; dkim=none Received: from git.sr.ht (unknown [173.195.146.142]) by mail-b.sr.ht (Postfix) with ESMTPSA id 7AABB11EFF3 for <~sircmpwn/sr.ht-dev@lists.sr.ht>; Sun, 21 Feb 2021 15:38:00 +0000 (UTC) From: ~oranenj Date: Sun, 21 Feb 2021 15:38:00 +0000 Subject: [PATCH builds.sr.ht 0/3] OpenBSD -current support and syspatch enablement MIME-Version: 1.0 Message-ID: <161392188026.13895.17993000693180821485-0@git.sr.ht> X-Mailer: git.sr.ht Reply-to: ~oranenj To: ~sircmpwn/sr.ht-dev@lists.sr.ht Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit This patchset adds openbsd/current, and also includes a minor patch that runs syspatch by default on stable builds so that they get the latest patches. I ran builds for the 6.8 and current using the existing 6.8 image: https://builds.sr.ht/~oranenj/job/433429 https://builds.sr.ht/~oranenj/job/433430 At this point -current doesn't seem to require running the build in bootstrap mode Jarkko Oranen (3): Use short version based on $openbsd_version instead of hardcoding set filenames OpenBSD:current openbsd: run syspatch on amd64 by default images/openbsd/6.7/genimg | 3 +-- images/openbsd/6.8/genimg | 3 +-- images/openbsd/current/functions | 1 + images/openbsd/current/genimg | 8 +++++++ images/openbsd/genimg | 37 ++++++++++++++++++++++++++------ 5 files changed, 41 insertions(+), 11 deletions(-) create mode 120000 images/openbsd/current/functions create mode 100755 images/openbsd/current/genimg -- 2.30.1