Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
images
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Michal Nowak
images
Commits
226dd1b8
Commit
226dd1b8
authored
May 20, 2020
by
Michal Nowak
Committed by
Michał Kępień
Jun 24, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update OpenBSD to 6.7
parent
0254f3c7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
.gitlab-ci.yml
.gitlab-ci.yml
+4
-4
packer/Makefile
packer/Makefile
+1
-1
packer/openbsd/Makefile
packer/openbsd/Makefile
+1
-1
No files found.
.gitlab-ci.yml
View file @
226dd1b8
...
...
@@ -447,14 +447,14 @@ freebsd:12.1:amd64:packer:
-
packer/freebsd/*
when
:
always
openbsd:6.
6
:amd64:packer:
openbsd:6.
7
:amd64:packer:
stage
:
images
variables
:
DISTROS
:
openbsd
VERSIONS
:
"
6.
6
"
VERSIONS
:
"
6.
7
"
ARCHS
:
amd64
ISO_URL
:
https://cdn.openbsd.org/pub/OpenBSD/6.
6/amd64/install66
.iso
ISO_CHECKSUM
:
b22e63df56e6266de6bbeed8e9be0fbe9ee2291551c5bc03f3cc2e4ab9436ee3
ISO_URL
:
https://cdn.openbsd.org/pub/OpenBSD/6.
7/amd64/install67
.iso
ISO_CHECKSUM
:
097e0fd122fb792a070ad2836e762100d020c5c82da72fe25f3c7a1c844974f5
<<
:
*linux_amd64
<<
:
*kvm_image_job
rules
:
...
...
packer/Makefile
View file @
226dd1b8
...
...
@@ -3,7 +3,7 @@ DISTROS ?= centos freebsd openbsd
default_centos_VERSIONS
:=
6 7 8
default_freebsd_VERSIONS
:=
11.3 12.1
default_openbsd_VERSIONS
:=
6.
6
default_openbsd_VERSIONS
:=
6.
7
ifneq
(,$(VERSIONS))
centos_VERSIONS
=
$(
filter
$(VERSIONS)
,
$(default_centos_VERSIONS)
)
freebsd_VERSIONS
=
$(
filter
$(VERSIONS)
,
$(default_freebsd_VERSIONS)
)
...
...
packer/openbsd/Makefile
View file @
226dd1b8
QCOW2_IMAGE
?=
openbsd-6.
6
-x86_64
QCOW2_IMAGE
?=
openbsd-6.
7
-x86_64
.PHONY
:
prepare
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment