Skip to content

Commit

Permalink
example-configs: build fc38 packages and templates by default
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed May 24, 2023
1 parent 813d668 commit 1f655ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 6 additions & 1 deletion example-configs/qubes-os-master.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BRANCH ?= main
BACKEND_VMM=xen

DIST_DOM0 ?= fc32
DISTS_VM ?= fc37 bullseye
DISTS_VM ?= fc38 bullseye

MGMT_COMPONENTS = \
salt \
Expand Down Expand Up @@ -140,15 +140,20 @@ TEMPLATE_LABEL += fc35:fedora-35
TEMPLATE_LABEL += fc36:fedora-36
TEMPLATE_LABEL += fc37:fedora-37
TEMPLATE_LABEL += fc37++selinux:fedora-37
TEMPLATE_LABEL += fc38:fedora-38
TEMPLATE_LABEL += fc38++selinux:fedora-38
TEMPLATE_LABEL += fc34+minimal:fedora-34-minimal
TEMPLATE_LABEL += fc35+minimal:fedora-35-minimal
TEMPLATE_LABEL += fc36+minimal:fedora-36-minimal
TEMPLATE_LABEL += fc37+minimal:fedora-37-minimal
TEMPLATE_LABEL += fc38+minimal:fedora-38-minimal
TEMPLATE_LABEL += fc34+xfce:fedora-34-xfce
TEMPLATE_LABEL += fc35+xfce:fedora-35-xfce
TEMPLATE_LABEL += fc36+xfce:fedora-36-xfce
TEMPLATE_LABEL += fc37+xfce:fedora-37-xfce
TEMPLATE_LABEL += fc37+xfce+selinux:fedora-37-xfce
TEMPLATE_LABEL += fc38+xfce:fedora-38-xfce
TEMPLATE_LABEL += fc38+xfce+selinux:fedora-38-xfce

# Debian
TEMPLATE_LABEL += stretch:debian-9
Expand Down
5 changes: 4 additions & 1 deletion example-configs/qubes-os-r4.1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BRANCH ?= release4.1
BACKEND_VMM=xen

DIST_DOM0 ?= fc32
DISTS_VM ?= fc37 buster
DISTS_VM ?= fc38 buster

MGMT_COMPONENTS = \
salt \
Expand Down Expand Up @@ -198,14 +198,17 @@ TEMPLATE_LABEL += fc34:fedora-34
TEMPLATE_LABEL += fc35:fedora-35
TEMPLATE_LABEL += fc36:fedora-36
TEMPLATE_LABEL += fc37:fedora-37
TEMPLATE_LABEL += fc38:fedora-38
TEMPLATE_LABEL += fc34+minimal:fedora-34-minimal
TEMPLATE_LABEL += fc35+minimal:fedora-35-minimal
TEMPLATE_LABEL += fc36+minimal:fedora-36-minimal
TEMPLATE_LABEL += fc37+minimal:fedora-37-minimal
TEMPLATE_LABEL += fc38+minimal:fedora-38-minimal
TEMPLATE_LABEL += fc34+xfce:fedora-34-xfce
TEMPLATE_LABEL += fc35+xfce:fedora-35-xfce
TEMPLATE_LABEL += fc36+xfce:fedora-36-xfce
TEMPLATE_LABEL += fc37+xfce:fedora-37-xfce
TEMPLATE_LABEL += fc38+xfce:fedora-38-xfce

# Debian
TEMPLATE_LABEL += stretch:debian-9
Expand Down

0 comments on commit 1f655ba

Please sign in to comment.