From 49a0fcf40e4f2348d9ab73ca06c851de57909d56 Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Feb 14 2024 10:18:37 +0000 Subject: manifests: Move repos config to common manifest See: https://pagure.io/workstation-ostree-config/pull-request/466 --- diff --git a/fedora-base.yaml b/fedora-base.yaml index 41fd26b..0c19433 100644 --- a/fedora-base.yaml +++ b/fedora-base.yaml @@ -14,7 +14,3 @@ packages: # Portals for Flatpak - xdg-desktop-portal - xdg-desktop-portal-gtk - -repos: - - fedora-40 - - fedora-40-updates diff --git a/fedora-cinnamon.yaml b/fedora-cinnamon.yaml index 5c85b92..18866d8 100644 --- a/fedora-cinnamon.yaml +++ b/fedora-cinnamon.yaml @@ -10,7 +10,3 @@ packages: - xdg-desktop-portal-gtk # Include GUI to manage updates & Flatpaks - gnome-software - -repos: - - fedora-40 - - fedora-40-updates diff --git a/fedora-common-ostree.yaml b/fedora-common-ostree.yaml index c94035e..7e9b3dd 100644 --- a/fedora-common-ostree.yaml +++ b/fedora-common-ostree.yaml @@ -137,3 +137,7 @@ postprocess: ln -snf /usr/libexec/samba/cups_backend_smb /usr/lib/cups/backend/smb postprocess-script: "postprocess.sh" + +repos: + - fedora-40 + - fedora-40-updates diff --git a/fedora-deepin.yaml b/fedora-deepin.yaml index 71ca4f6..3ff4228 100644 --- a/fedora-deepin.yaml +++ b/fedora-deepin.yaml @@ -11,7 +11,3 @@ packages: - fedora-release-ostree-desktop # GUI to manage updates & Flatpaks - gnome-software - -repos: - - fedora-40 - - fedora-40-updates diff --git a/fedora-kinoite.yaml b/fedora-kinoite.yaml index 3961d88..42ab39d 100644 --- a/fedora-kinoite.yaml +++ b/fedora-kinoite.yaml @@ -45,7 +45,3 @@ postprocess: # Enable auto updates in Discover echo -e "[Global]\nUseUnattendedUpdates=true\n" > /etc/xdg/PlasmaDiscoverUpdates - -repos: - - fedora-40 - - fedora-40-updates diff --git a/fedora-lazurite.yaml b/fedora-lazurite.yaml index 66d03cd..d1f7033 100644 --- a/fedora-lazurite.yaml +++ b/fedora-lazurite.yaml @@ -15,7 +15,3 @@ packages: - plasma-systemsettings # Portals for Flatpak - xdg-desktop-portal-kde - -repos: - - fedora-40 - - fedora-40-updates diff --git a/fedora-mate.yaml b/fedora-mate.yaml index 0b0b504..ede19bb 100644 --- a/fedora-mate.yaml +++ b/fedora-mate.yaml @@ -13,7 +13,3 @@ packages: exclude-packages: - python3-unbound - -repos: - - fedora-40 - - fedora-40-updates diff --git a/fedora-onyx.yaml b/fedora-onyx.yaml index f18e663..19c2917 100644 --- a/fedora-onyx.yaml +++ b/fedora-onyx.yaml @@ -12,7 +12,3 @@ exclude-packages: # Not needed in Budgie Desktop - tracker - tracker-miners - -repos: - - fedora-40 - - fedora-40-updates diff --git a/fedora-sericea.yaml b/fedora-sericea.yaml index e12a173..1bc1ba1 100644 --- a/fedora-sericea.yaml +++ b/fedora-sericea.yaml @@ -18,7 +18,3 @@ exclude-packages: # nothing in the tree would use these - tracker - tracker-miners - -repos: - - fedora-40 - - fedora-40-updates diff --git a/fedora-silverblue.yaml b/fedora-silverblue.yaml index 9de805d..33c2e99 100644 --- a/fedora-silverblue.yaml +++ b/fedora-silverblue.yaml @@ -29,7 +29,3 @@ packages: exclude-packages: # Exclude GNOME Software's langpack plugin to avoid layering langpacks on Silverblue - gnome-software-fedora-langpacks - -repos: - - fedora-40 - - fedora-40-updates diff --git a/fedora-vauxite.yaml b/fedora-vauxite.yaml index 489b28f..1c0e291 100644 --- a/fedora-vauxite.yaml +++ b/fedora-vauxite.yaml @@ -11,7 +11,3 @@ packages: - fedora-release-ostree-desktop # Portals for Flatpak - xdg-desktop-portal-gtk - -repos: - - fedora-40 - - fedora-40-updates