Skip to content

Commit

Permalink
fix comp typo and chromebook
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingneko committed Nov 16, 2023
1 parent 4956405 commit f26896e
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-katsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
variant:
- base/base-disk-x86_64
- base/base-disk-aarch64
- flagship/flagship-chromebook
runs-on: ubuntu-latest
container:
image: ghcr.io/terrapkg/builder:f38
Expand Down Expand Up @@ -113,7 +114,6 @@ jobs:
- gnome/gnome-live
- kde/kde-live
- pantheon/pantheon-live
- flagship/flagship-chromebook
runs-on: ubuntu-latest
container:
image: ghcr.io/terrapkg/builder:f38
Expand Down
6 changes: 4 additions & 2 deletions katsu/modules/flagship/flagship-chromebook.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
builder: dnf

import:
- ../chromebook/base.yaml
- ../chromebook/base-disk.yaml
# - ../live/live.yaml
- ../chromebook/base-disk-x86_64.yaml

distro: Ultramarine CBE Flagship 39

Expand All @@ -22,7 +24,7 @@ dnf:
- budgie-desktop-defaults
- budgie-backgrounds
packages:
- "@ultramarine-flagship-product-enviroment"
- "@ultramarine-flagship-product-environment"

scripts:
post:
Expand Down
2 changes: 1 addition & 1 deletion katsu/modules/flagship/flagship-live.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dnf:
- budgie-desktop-defaults
- budgie-backgrounds
packages:
- "@ultramarine-flagship-product-enviroment"
- "@ultramarine-flagship-product-environment"

scripts:
post:
Expand Down
4 changes: 2 additions & 2 deletions katsu/modules/gnome/gnome-chromebook.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
builder: dnf

import:
- ../chromebook/base.yaml
- ../chromebook/base-disk.yaml

out_file: ultramarine-cbe-gnome-39-live.iso

Expand All @@ -25,7 +25,7 @@ dnf:
options:
- --setopt=strict=0
packages:
- "@ultramarine-gnome-product-enviroment"
- "@ultramarine-gnome-product-environment"
# scripts:
# post:
# - id: flagship-live
Expand Down
2 changes: 1 addition & 1 deletion katsu/modules/gnome/gnome-live.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dnf:
# options:
# - --setopt=strict=0
packages:
- "@ultramarine-gnome-product-enviroment"
- "@ultramarine-gnome-product-environment"
- ultramarine-release-gnome
- ultramarine-release-identity-gnome
# scripts:
Expand Down
4 changes: 2 additions & 2 deletions katsu/modules/kde/kde-chromebook.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
builder: dnf

import:
- ../chromebook/base.yaml
- ../chromebook/base-disk.yaml

distro: Ultramarine CBE KDE 39

Expand All @@ -25,7 +25,7 @@ dnf:
# options:
# - --setopt=strict=0
packages:
- "@ultramarine-kde-product-enviroment"
- "@ultramarine-kde-product-environment"
# scripts:
# post:
# - id: flagship-live
Expand Down
2 changes: 1 addition & 1 deletion katsu/modules/kde/kde-live.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dnf:
# options:
# - --setopt=strict=0
packages:
- "@ultramarine-kde-product-enviroment"
- "@ultramarine-kde-product-environment"
# scripts:
# post:
# - id: flagship-live
Expand Down
4 changes: 2 additions & 2 deletions katsu/modules/pantheon/pantheon-chromebook.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
builder: dnf

import:
- ../chromebook/base.yaml
- ../chromebook/base-disk.yaml

out_file: ultramarine-cbe-pantheon-39.iso

Expand All @@ -25,7 +25,7 @@ dnf:
options:
- --setopt=strict=0
packages:
- "@ultramarine-pantheon-product-enviroment"
- "@ultramarine-pantheon-product-environment"
# scripts:
# post:
# - id: flagship-live
Expand Down
3 changes: 1 addition & 2 deletions katsu/modules/pantheon/pantheon-live.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dnf:
- gnome-tour
- setroubleshoot
packages:
- "@ultramarine-pantheon-product-enviroment"
- "@ultramarine-pantheon-product-environment"
- elementary-greeter
- lightdm
- seahorse
Expand All @@ -39,7 +39,6 @@ dnf:
- xdg-desktop-portal-xapp
- ultramarine-backgrounds-gnome
- rsms-inter-fonts

# scripts:
# post:
# - id: flagship-live
Expand Down

0 comments on commit f26896e

Please sign in to comment.