Skip to content

Commit

Permalink
formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lenuswalker committed Aug 17, 2024
1 parent 0be383b commit 1f3142e
Show file tree
Hide file tree
Showing 18 changed files with 31 additions and 120 deletions.
30 changes: 0 additions & 30 deletions recipes/common-packages-rawhide.yml

This file was deleted.

3 changes: 3 additions & 0 deletions recipes/cosmic-desktop-packages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
type: rpm-ostree
install:
- cosmic-desktop
7 changes: 0 additions & 7 deletions recipes/cosmic-desktop-rawhide.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
type: script
snippets:
- wget https://copr.fedorainfracloud.org/coprs/ryanabx/cosmic-epoch/repo/fedora-$(rpm -E %fedora)/ryanabx-cosmic-epoch-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_ryanabx-cosmic.repo

type: rpm-ostree
install:
- cosmic-desktop
- wget https://copr.fedorainfracloud.org/coprs/ryanabx/cosmic-epoch/repo/fedora-$(rpm -E %fedora)/ryanabx-cosmic-epoch-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_ryanabx-cosmic.repo
File renamed without changes.
3 changes: 3 additions & 0 deletions recipes/displaylink-packages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
type: rpm-ostree
install:
- displaylink
6 changes: 1 addition & 5 deletions recipes/displaylink.yml → recipes/displaylink-repo.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
type: script
snippets:
- wget https://copr.fedorainfracloud.org/coprs/crashdummy/Displaylink/repo/fedora-$(rpm -E %fedora)/crashdummy-Displaylink-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_crashdummy-displaylink.repo

type: rpm-ostree
install:
- displaylink
- wget https://copr.fedorainfracloud.org/coprs/crashdummy/Displaylink/repo/fedora-$(rpm -E %fedora)/crashdummy-Displaylink-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_crashdummy-displaylink.repo
4 changes: 0 additions & 4 deletions recipes/extra-repos-rawhide.yml

This file was deleted.

File renamed without changes.
10 changes: 6 additions & 4 deletions recipes/recipe-nvidia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,18 @@ modules:
# - from-file: evdi.yml
# - from-file: displaylink-evdi.yml
# - from-file: displaylink.yml
- from-file: system76-power.yml
- from-file: system76-power-packages.yml
- from-file: system76-power-systemd.yml
- from-file: extra-repos.yml
- from-file: cosmic-desktop.yml
- from-file: cosmic-desktop-repo.yml
- from-file: cosmic-desktop-packages.yml
- from-file: common-packages.yml
- from-file: common-flatpaks.yml
- from-file: starship.yml
- from-file: starship-packages.yml
- from-file: remove-packages.yml
- from-file: packages-intel.yml
- from-file: gnome-extensions.yml
- from-file: gschema-overrides.yml
- from-file: scripts.yml
- from-file: custom-scripts.yml

- type: signing # this sets up the proper policy & signing files for signed images to work fully
30 changes: 0 additions & 30 deletions recipes/recipe-rawhide.yml

This file was deleted.

15 changes: 9 additions & 6 deletions recipes/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,20 @@ image-version: latest # latest is also supported if you want new updates ASAP
# you can include multiple instances of the same module
modules:
- from-file: common-files.yml
- from-file: system76-power.yml
# - from-file: akmods.yml
- from-file: system76-power-packages.yml
- from-file: system76-power-systemd.yml
- from-file: extra-repos.yml
- from-file: cosmic-desktop.yml
- from-file: cosmic-desktop-repo.yml
- from-file: cosmic-desktop-packages.yml
- from-file: common-packages.yml
- from-file: common-flatpaks.yml
- from-file: starship.yml
- from-file: starship-packages.yml
- from-file: remove-packages.yml
- from-file: remove-packages-intel.yml
- from-file: packages-intel.yml
- from-file: remove-nvidia-packages.yml
- from-file: intel-packages.yml
- from-file: intel-specific.yml
- from-file: gnome-extensions.yml
- from-file: gschema-overrides.yml
- from-file: scripts.yml
- from-file: custom-scripts.yml
- type: signing
File renamed without changes.
File renamed without changes.
6 changes: 0 additions & 6 deletions recipes/starship-rawhide.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,4 @@ repos:
- https://copr.fedorainfracloud.org/coprs/szydell/system76/repo/fedora-%OS_VERSION%/szydell-system76-fedora-%OS_VERSION%.repo
install:
- system76-driver
- system76-power

type: systemd
system:
enabled:
- com.system76.PowerDaemon.service
- system76-power-wake.service
masked:
- power-profiles-daemon.service
- system76-power
14 changes: 0 additions & 14 deletions recipes/system76-power-rawhide.yml

This file was deleted.

7 changes: 7 additions & 0 deletions recipes/system76-power-systemd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
type: systemd
system:
enabled:
- com.system76.PowerDaemon.service
- system76-power-wake.service
masked:
- power-profiles-daemon.service

0 comments on commit 1f3142e

Please sign in to comment.