Skip to content

Commit

Permalink
Merge pull request #23 from lleyton/backport/um39/pr-22
Browse files Browse the repository at this point in the history
Backport #22
  • Loading branch information
lleyton authored Jun 6, 2024
2 parents 37e944e + d55204a commit 67a17d4
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 24 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ env:
moby-engine
podman
buildah
https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-39.noarch.rpm
https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-39.noarch.rpm
on:
push:
Expand Down Expand Up @@ -110,8 +112,6 @@ jobs:
podman save --format oci-archive ghcr.io/ultramarine-linux/ultramarine:39 --output katsu-work/image/katsu.tar.xz
popd
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -154,4 +154,4 @@ jobs:
buildah tag $MANIFEST $MANIFEST:latest || :
buildah manifest push --all --format v2s2 $MANIFEST docker://$MANIFEST:$RELEASE
#### LIVE ISO ####
#### LIVE ISO ####
2 changes: 2 additions & 0 deletions .github/workflows/build-katsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ env:
buildah
which
katsu
https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-39.noarch.rpm
https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-39.noarch.rpm
on:
push:
Expand Down
4 changes: 1 addition & 3 deletions katsu/modules/base/base-disk-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ users:
groups:
- wheel


import:
- base.yaml
- base-disk.yaml
Expand Down Expand Up @@ -40,7 +39,6 @@ disk:
filesystem: ext4
mountpoint: /


dnf:
releasever: 39
arch: aarch64
arch: aarch64
4 changes: 1 addition & 3 deletions katsu/modules/base/base-disk-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ users:
groups:
- wheel


import:
- base.yaml
- base-disk.yaml
Expand Down Expand Up @@ -40,6 +39,5 @@ disk:
filesystem: ext4
mountpoint: /


dnf:
releasever: 39
releasever: 39
3 changes: 2 additions & 1 deletion katsu/modules/base/base-disk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ dnf:
releasever: 39
options:
- --setopt=cachedir=/var/cache/dnf
- --nogpgcheck
- --setopt=keepcache=True
- --setopt=tsflags=
- --setopt=max_parallel_downloads=20
exclude:
- fedora-release*
- generic-release*
Expand Down
3 changes: 2 additions & 1 deletion katsu/modules/base/base-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ dnf:
releasever: 39
options:
- --setopt=cachedir=/var/cache/dnf
- --nogpgcheck
- --setopt=keepcache=True
- --setopt=tsflags=nodocs
- --setopt=max_parallel_downloads=20
exclude:
- fedora-release*
- generic-release*
Expand Down
6 changes: 2 additions & 4 deletions katsu/modules/base/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ dnf:
repodir: repodir
options:
- --setopt=cachedir=/var/cache/dnf
- --nogpgcheck
- --setopt=keepcache=True
- --best
- --allowerasing
- --setopt=tsflags=
- --setopt=max_parallel_downloads=20
exclude:
- fedora-release*
- generic-release*
Expand Down Expand Up @@ -83,4 +82,3 @@ dnf:
# - ultramarine-repos
# - "ultramarine-logos*"


5 changes: 2 additions & 3 deletions katsu/modules/chromebook/base-cbe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ dnf:
repodir: ../base/repodir
options:
- --setopt=cachedir=/var/cache/dnf
- --nogpgcheck
- --setopt=keepcache=True
- --best
- --allowerasing
- --setopt=tsflags=
- --setopt=max_parallel_downloads=20
exclude:
- fedora-release*
- generic-release*
Expand Down
2 changes: 0 additions & 2 deletions katsu/modules/gnome/gnome-chromebook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ kernel_cmdline: "quiet rhgb"

dnf:
releasever: 39
# options:
# - --setopt=strict=0
packages:
- "@ultramarine-gnome-product-environment"
- ultramarine-release-gnome
Expand Down
2 changes: 0 additions & 2 deletions katsu/modules/gnome/gnome-live.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ iso:

dnf:
releasever: 39
# options:
# - --setopt=strict=0
packages:
- "@ultramarine-gnome-product-environment"
- ultramarine-release-gnome
Expand Down
2 changes: 0 additions & 2 deletions katsu/modules/pantheon/pantheon-chromebook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ kernel_cmdline: "quiet rhgb"

dnf:
releasever: 39
options:
- --setopt=strict=1
exclude:
- gnome-tour
- gnome-shell
Expand Down

0 comments on commit 67a17d4

Please sign in to comment.