Skip to content

Commit

Permalink
use libvirt
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Nov 10, 2023
1 parent 4e0709f commit bc4374a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/data/datafile.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

VM_NAME=OpenBSD

VM_RUNS_ON=macos-12
VM_RUNS_ON=ubuntu-22.04

VM_PREPARE="pkg_add curl"

VM_RUN[email protected]/data/run.txt

VM_SET_RELEASE=7.1
VM_SET_RELEASE=7.3

VM_SHELL_COMMENTS="The default shell in OpenBSD is `ksh`, if you want to use `sh` to execute the `run` script, please set `usesh` to `true`."

12 changes: 0 additions & 12 deletions conf/7.2.conf

This file was deleted.

6 changes: 3 additions & 3 deletions conf/7.1.conf → conf/7.3.conf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

BUILDER_VERSION=0.1.3
BUILDER_VERSION=0.9.0


CONF_LINK="https://raw.githubusercontent.com/vmactions/openbsd-builder/v${BUILDER_VERSION}/conf/openbsd-${VM_RELEASE}.conf"

OVA_LINK="https://github.com/vmactions/openbsd-builder/releases/download/v${BUILDER_VERSION}/openbsd-${VM_RELEASE}.ova"
OVA_LINK="https://github.com/vmactions/openbsd-builder/releases/download/v${BUILDER_VERSION}/openbsd-${VM_RELEASE}.qcow2.xz"

VM_PUBID_LINK="https://github.com/vmactions/openbsd-builder/releases/download/v${BUILDER_VERSION}/openbsd-${VM_RELEASE}-id_rsa.pub"

HOST_ID_LINK="https://github.com/vmactions/openbsd-builder/releases/download/v${BUILDER_VERSION}/openbsd-${VM_RELEASE}-mac.id_rsa"
HOST_ID_LINK="https://github.com/vmactions/openbsd-builder/releases/download/v${BUILDER_VERSION}/openbsd-${VM_RELEASE}-host.id_rsa"

2 changes: 1 addition & 1 deletion conf/default.release.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DEFAULT_RELEASE=7.2
DEFAULT_RELEASE=7.3

0 comments on commit bc4374a

Please sign in to comment.