Skip to content

Commit

Permalink
Enable building fc38 packages
Browse files Browse the repository at this point in the history
Both for R4.1 and R4.2. Add also fc38 templates targets.

QubesOS/qubes-issues#8069
  • Loading branch information
marmarek committed Mar 4, 2023
1 parent 4acfff3 commit 4e26880
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion R4.1/qubes-os-r4.1-fedora.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ NO_SIGN ?=
BACKEND_VMM=xen

DIST_DOM0 ?=
DISTS_VM ?= fc36 fc37
DISTS_VM ?= fc36 fc37 fc38
USE_DIST_BUILD_TOOLS = 1

include example-configs/qubes-os-r4.1.conf
Expand Down
7 changes: 7 additions & 0 deletions R4.1/qubes-os-r4.1-templates-itl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ DISTS_FEDORA = \
fc35 fc35+minimal fc35+xfce \
fc36 fc36+minimal fc36+xfce \
fc37 fc37+minimal fc37+xfce \
fc38 fc38+minimal fc38+xfce \
$(null)

DISTS_DEBIAN = \
Expand Down Expand Up @@ -66,6 +67,9 @@ TEMPLATE_LABEL += fc36+xfce:fedora-36-xfce
TEMPLATE_LABEL += fc37:fedora-37
TEMPLATE_LABEL += fc37+minimal:fedora-37-minimal
TEMPLATE_LABEL += fc37+xfce:fedora-37-xfce
TEMPLATE_LABEL += fc38:fedora-38
TEMPLATE_LABEL += fc38+minimal:fedora-38-minimal
TEMPLATE_LABEL += fc38+xfce:fedora-38-xfce

TEMPLATE_LABEL += buster:debian-10
TEMPLATE_LABEL += buster+standard:debian-10
Expand Down Expand Up @@ -110,6 +114,9 @@ BUILDER_TEMPLATE_CONF += fc36+xfce:$(TEMPLATE_FEDORA_CONF)
BUILDER_TEMPLATE_CONF += fc37:$(TEMPLATE_FEDORA_CONF)
BUILDER_TEMPLATE_CONF += fc37+minimal:$(TEMPLATE_FEDORA_CONF)
BUILDER_TEMPLATE_CONF += fc37+xfce:$(TEMPLATE_FEDORA_CONF)
BUILDER_TEMPLATE_CONF += fc38:$(TEMPLATE_FEDORA_CONF)
BUILDER_TEMPLATE_CONF += fc38+minimal:$(TEMPLATE_FEDORA_CONF)
BUILDER_TEMPLATE_CONF += fc38+xfce:$(TEMPLATE_FEDORA_CONF)

BUILDER_TEMPLATE_CONF += buster:$(TEMPLATE_DEBIAN_CONF)
BUILDER_TEMPLATE_CONF += buster+standard:$(TEMPLATE_DEBIAN_CONF)
Expand Down
1 change: 1 addition & 0 deletions R4.2/qubes-os-r4.2-fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ reuse-fetched-source: true
distributions:
- vm-fc36
- vm-fc37
- vm-fc38

+components:
- release-configs:
Expand Down
15 changes: 15 additions & 0 deletions R4.2/qubes-os-r4.2-templates-itl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,21 @@ templates:
dist: fc37
timeout: 7200
flavor: minimal
- fedora-38:
dist: fc38
options:
- selinux
timeout: 7200
- fedora-38-xfce:
dist: fc38
options:
- selinux
timeout: 7200
flavor: xfce
- fedora-38-minimal:
dist: fc38
timeout: 7200
flavor: minimal
- debian-11:
dist: bullseye
options:
Expand Down

0 comments on commit 4e26880

Please sign in to comment.