From 9f0a98a034e143a806b6f2e468d73efd3a9ea567 Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Wed, 15 Nov 2023 12:54:56 +0100 Subject: [PATCH] Update installers --- create_linux_gnome_installers.sh | 3 --- create_linux_kde_installers.sh | 2 -- create_linux_minimal_installers.sh | 2 -- create_linux_staging_gnome_installers.sh | 3 --- create_linux_staging_kde_installers.sh | 2 -- create_linux_staging_minimal_installers.sh | 2 -- 6 files changed, 14 deletions(-) diff --git a/create_linux_gnome_installers.sh b/create_linux_gnome_installers.sh index 11c6629..a29fd2e 100755 --- a/create_linux_gnome_installers.sh +++ b/create_linux_gnome_installers.sh @@ -31,9 +31,6 @@ OBS_RPM_GNOME_EXT+="v53 " OBS_RPM_ARCHS+="15.5/x86_64 " OBS_RPM_PKS+="lp155 " OBS_RPM_GNOME_EXT+="v53 " -OBS_RPM_ARCHS+="Fedora_36/x86_64 " -OBS_RPM_PKS+="fed36 " -OBS_RPM_GNOME_EXT+="v53 " OBS_RPM_ARCHS+="Fedora_37/x86_64 " OBS_RPM_PKS+="fed37 " OBS_RPM_GNOME_EXT+="v53 " diff --git a/create_linux_kde_installers.sh b/create_linux_kde_installers.sh index 463424e..ed72de6 100755 --- a/create_linux_kde_installers.sh +++ b/create_linux_kde_installers.sh @@ -23,8 +23,6 @@ OBS_RPM_ARCHS+="15.4/x86_64 " OBS_RPM_PKS+="lp154 " OBS_RPM_ARCHS+="15.5/x86_64 " OBS_RPM_PKS+="lp155 " -OBS_RPM_ARCHS+="Fedora_36/x86_64 " -OBS_RPM_PKS+="fed36 " OBS_RPM_ARCHS+="Fedora_37/x86_64 " OBS_RPM_PKS+="fed37 " OBS_RPM_ARCHS+="Fedora_38/x86_64 " diff --git a/create_linux_minimal_installers.sh b/create_linux_minimal_installers.sh index 316b59e..10f37d6 100755 --- a/create_linux_minimal_installers.sh +++ b/create_linux_minimal_installers.sh @@ -23,8 +23,6 @@ OBS_RPM_ARCHS+="15.4/x86_64 " OBS_RPM_PKS+="lp154 " OBS_RPM_ARCHS+="15.5/x86_64 " OBS_RPM_PKS+="lp155 " -OBS_RPM_ARCHS+="Fedora_36/x86_64 " -OBS_RPM_PKS+="fed36 " OBS_RPM_ARCHS+="Fedora_37/x86_64 " OBS_RPM_PKS+="fed37 " OBS_RPM_ARCHS+="Fedora_38/x86_64 " diff --git a/create_linux_staging_gnome_installers.sh b/create_linux_staging_gnome_installers.sh index 3be390b..df703b3 100755 --- a/create_linux_staging_gnome_installers.sh +++ b/create_linux_staging_gnome_installers.sh @@ -31,9 +31,6 @@ OBS_RPM_GNOME_EXT+="v53 " OBS_RPM_ARCHS+="15.5/x86_64 " OBS_RPM_PKS+="lp155 " OBS_RPM_GNOME_EXT+="v53 " -OBS_RPM_ARCHS+="Fedora_36/x86_64 " -OBS_RPM_PKS+="fed36 " -OBS_RPM_GNOME_EXT+="v53 " OBS_RPM_ARCHS+="Fedora_37/x86_64 " OBS_RPM_PKS+="fed37 " OBS_RPM_GNOME_EXT+="v53 " diff --git a/create_linux_staging_kde_installers.sh b/create_linux_staging_kde_installers.sh index 6901f36..3d95324 100755 --- a/create_linux_staging_kde_installers.sh +++ b/create_linux_staging_kde_installers.sh @@ -23,8 +23,6 @@ OBS_RPM_ARCHS+="15.4/x86_64 " OBS_RPM_PKS+="lp154 " OBS_RPM_ARCHS+="15.5/x86_64 " OBS_RPM_PKS+="lp155 " -OBS_RPM_ARCHS+="Fedora_36/x86_64 " -OBS_RPM_PKS+="fed36 " OBS_RPM_ARCHS+="Fedora_37/x86_64 " OBS_RPM_PKS+="fed37 " OBS_RPM_ARCHS+="Fedora_38/x86_64 " diff --git a/create_linux_staging_minimal_installers.sh b/create_linux_staging_minimal_installers.sh index abbdbc5..1e27d07 100755 --- a/create_linux_staging_minimal_installers.sh +++ b/create_linux_staging_minimal_installers.sh @@ -23,8 +23,6 @@ OBS_RPM_ARCHS+="15.4/x86_64 " OBS_RPM_PKS+="lp154 " OBS_RPM_ARCHS+="15.5/x86_64 " OBS_RPM_PKS+="lp155 " -OBS_RPM_ARCHS+="Fedora_36/x86_64 " -OBS_RPM_PKS+="fed36 " OBS_RPM_ARCHS+="Fedora_37/x86_64 " OBS_RPM_PKS+="fed37 " OBS_RPM_ARCHS+="Fedora_38/x86_64 "