Skip to content

Commit

Permalink
fix: repos not found.
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles committed Oct 28, 2023
1 parent 4eab687 commit 92c255c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
6 changes: 6 additions & 0 deletions config/files/usr/etc/yum.repos.d/vscode.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[code]
name=Visual Studio Code
baseurl=https://packages.microsoft.com/yumrepos/vscode
enabled=1
gpgcheck=1
gpgkey=https://packages.microsoft.com/keys/microsoft.asc
7 changes: 3 additions & 4 deletions config/recipe-nvidia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ modules:
# configuration you wish to end up in /etc/ on the booted system
# should be added into /usr/etc/ as that is the proper "distro"
# config directory on ostree. Read more in the files module's README

- usr/etc/yum.repos.d: /etc/yum.repos.d
- type: rpm-ostree
repos:
- https://packages.microsoft.com/yumrepos/vscode
- https://pkgs.tailscale.com/stable/fedora/tailscale.repo
- https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
install:
Expand Down Expand Up @@ -54,7 +53,7 @@ modules:
- samba-ldb-ldap-modules
- samba-winbind-clients
- samba-winbind-modules
- smaba
- samba
# Pano
- libgda-sqlite
- libgda
Expand All @@ -68,7 +67,7 @@ modules:
# Tailscale
- tailscale
# Chrome
- google-chrome-stable
# - google-chrome-stable
remove:
- gnome-software-rpm-ostree
- gnome-tour
Expand Down
17 changes: 12 additions & 5 deletions config/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ modules:
# configuration you wish to end up in /etc/ on the booted system
# should be added into /usr/etc/ as that is the proper "distro"
# config directory on ostree. Read more in the files module's README

- usr/etc/yum.repos.d: /etc/yum.repos.d
- type: rpm-ostree
repos:
- https://packages.microsoft.com/yumrepos/vscode
- https://pkgs.tailscale.com/stable/fedora/tailscale.repo
- https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
install:
Expand Down Expand Up @@ -54,7 +53,7 @@ modules:
- samba-ldb-ldap-modules
- samba-winbind-clients
- samba-winbind-modules
- smaba
- samba
# Pano
- libgda-sqlite
- libgda
Expand All @@ -68,7 +67,7 @@ modules:
# Tailscale
- tailscale
# Chrome
- google-chrome-stable
# - google-chrome-stable
remove:
- gnome-software-rpm-ostree
- gnome-tour
Expand Down Expand Up @@ -146,4 +145,12 @@ modules:
- dev.alextren.Spot
- com.github.IsmaelMartinez.teams_for_linux

- type: script
- type: script
scripts:
- alternatives-workarounds.sh
- docker-compose.sh
- pano.sh
- image-info.sh
- post-install.sh
# this sets up the proper policy & signing files for signed images to work
- signing.sh

0 comments on commit 92c255c

Please sign in to comment.