Skip to content

Commit

Permalink
more 40
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored May 12, 2024
1 parent aa6827b commit 3e13abe
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ostree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: echo "VARIANT_SAFE_NAME=$(echo "${{inputs.variant}}" | tr / -)" >> $GITHUB_ENV

- name: Get image tag
run: echo "IMAGE_TAG=${{ startsWith(inputs.variant, 'ultramarine') && '39' || '1' }}" >> $GITHUB_ENV
run: echo "IMAGE_TAG=${{ startsWith(inputs.variant, 'ultramarine') && '40' || '1' }}" >> $GITHUB_ENV

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y buildah
Expand Down
2 changes: 1 addition & 1 deletion common/hardware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ groups:
- intel-media-driver
- libva-intel-driver
- broadcom-wl
# TODO: multican isn't even in Fedora 39, yet is in the Fedora comps.xml for 39
# TODO: multican isn't even in Fedora 40, yet is in the Fedora comps.xml for 40
# We should notify upstream
- multican
- id: server-hardware-support
Expand Down
2 changes: 1 addition & 1 deletion isos/justfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fedora_version := "39"
fedora_version := "40"
ultramarine_version := fedora_version
tau_version := "1"

Expand Down
4 changes: 2 additions & 2 deletions tau/home.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ref: tau/1/home/${basearch}
releasever: "39"
releasever: "40"

include:
- ../common/desktop.yaml
Expand All @@ -18,7 +18,7 @@ repos:
- rpmfusion-nonfree-updates
- fedora
- fedora-updates
# - fedora-updates-testing # TODO: Remove once Fedora 39 hits stable
# - fedora-updates-testing # TODO: Remove once Fedora 40 hits stable
- openh264

packages:
Expand Down
6 changes: 3 additions & 3 deletions ultramarine/base.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ref: ultramarine/39/base/${basearch}
releasever: "39"
ref: ultramarine/40/base/${basearch}
releasever: "40"

include:
- ../common/common.yaml
Expand All @@ -16,7 +16,7 @@ repos:
- rpmfusion-nonfree-updates
- fedora
- fedora-updates
# - fedora-updates-testing # TODO: Remove once Fedora 39 hits stable
# - fedora-updates-testing # TODO: Remove once Fedora 40 hits stable
- openh264

packages:
Expand Down
6 changes: 3 additions & 3 deletions ultramarine/flagship.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ref: ultramarine/39/flagship/${basearch}
releasever: "39"
ref: ultramarine/40/flagship/${basearch}
releasever: "40"

include:
- ../common/desktop.yaml
Expand All @@ -19,7 +19,7 @@ repos:
- rpmfusion-nonfree-updates
- fedora
- fedora-updates
# - fedora-updates-testing # TODO: Remove once Fedora 39 hits stable
# - fedora-updates-testing # TODO: Remove once Fedora 40 hits stable
- openh264

groups:
Expand Down
6 changes: 3 additions & 3 deletions ultramarine/gnome.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ref: ultramarine/39/gnome/${basearch}
releasever: "39"
ref: ultramarine/40/gnome/${basearch}
releasever: "40"

include:
- ../common/desktop.yaml
Expand All @@ -19,7 +19,7 @@ repos:
- rpmfusion-nonfree-updates
- fedora
- fedora-updates
# - fedora-updates-testing # TODO: Remove once Fedora 39 hits stable
# - fedora-updates-testing # TODO: Remove once Fedora 40 hits stable
- openh264

groups:
Expand Down
6 changes: 3 additions & 3 deletions ultramarine/kde.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ref: ultramarine/39/kde/${basearch}
releasever: "39"
ref: ultramarine/40/kde/${basearch}
releasever: "40"

include:
- ../common/desktop.yaml
Expand All @@ -19,7 +19,7 @@ repos:
- rpmfusion-nonfree-updates
- fedora
- fedora-updates
# - fedora-updates-testing # TODO: Remove once Fedora 39 hits stable
# - fedora-updates-testing # TODO: Remove once Fedora 40 hits stable
- openh264

groups:
Expand Down
6 changes: 3 additions & 3 deletions ultramarine/pantheon.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ref: ultramarine/39/pantheon/${basearch}
releasever: "39"
ref: ultramarine/40/pantheon/${basearch}
releasever: "40"

include:
- ../common/desktop.yaml
Expand All @@ -19,7 +19,7 @@ repos:
- rpmfusion-nonfree-updates
- fedora
- fedora-updates
# - fedora-updates-testing # TODO: Remove once Fedora 39 hits stable
# - fedora-updates-testing # TODO: Remove once Fedora 40 hits stable
- openh264

groups:
Expand Down

0 comments on commit 3e13abe

Please sign in to comment.