From: Jordan Anderson <me@jba.io>
---
images/openbsd/latest | 2 +-images/openbsd/old | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/images/openbsd/latest b/images/openbsd/latest
index ca6f749..9904c66 120000
--- a/images/openbsd/latest+++ b/images/openbsd/latest
@@ -1 +1 @@
-./7.3
\ No newline at end of file
+7.4
\ No newline at end of file
diff --git a/images/openbsd/old b/images/openbsd/old
index fe96912..a88f811 120000
--- a/images/openbsd/old+++ b/images/openbsd/old
@@ -1 +1 @@
-./7.2
\ No newline at end of file
+7.3
\ No newline at end of file
--
2.38.5
Hi,
Thank you, I have a minor comment.
On Wednesday, November 22nd, 2023 at 10:33, ~aqtrans <aqtrans@git.sr.ht> wrote:
> diff --git a/images/openbsd/7.4/genimg b/images/openbsd/7.4/genimg> new file mode 100755> index 0000000..31f4376> --- /dev/null> +++ b/images/openbsd/7.4/genimg> @@ -0,0 +1,3 @@> +#!/bin/sh> +export openbsd_version="7.3"
s/7.3/7.4/, I guess?
> +exec ../genimg "$@"
Best,
Masanori
On Wed, Nov 22, 2023 at 01:33:42AM +0000, ~aqtrans wrote:
> OpenBSD 7.4 was released last month: https://www.openbsd.org/74.html> > Jordan Anderson (2):> Rebase with upstream; Add OpenBSD 7.4> Add OpenBSD 7.4> > images/openbsd/7.4/functions | 1 +> images/openbsd/7.4/genimg | 3 +++> images/openbsd/latest | 2 +-> images/openbsd/old | 2 +-> 4 files changed, 6 insertions(+), 2 deletions(-)> create mode 120000 images/openbsd/7.4/functions> create mode 100755 images/openbsd/7.4/genimg
Should the unsupported versions be removed? There are still directories
for 7.0 around.