From 20f2ec5d7c38c66bc50aace43b583d44107d6f55 Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Wed, 29 Jun 2022 20:40:10 +0200 Subject: [PATCH] Update build scripts --- create_linux_gnome_installers.sh | 21 +++++++++++++++------ create_linux_kde_installers.sh | 14 ++++++++++---- create_linux_minimal_installers.sh | 14 ++++++++++---- create_linux_staging_gnome_installers.sh | 21 +++++++++++++++------ create_linux_staging_kde_installers.sh | 14 ++++++++++---- create_linux_staging_minimal_installers.sh | 14 ++++++++++---- 6 files changed, 70 insertions(+), 28 deletions(-) diff --git a/create_linux_gnome_installers.sh b/create_linux_gnome_installers.sh index 0908c73..e183c0e 100755 --- a/create_linux_gnome_installers.sh +++ b/create_linux_gnome_installers.sh @@ -16,30 +16,36 @@ ENABLE_PAC=true OBS_RPM_ARCHS="" OBS_RPM_PKS="" OBS_RPM_GNOME_EXT="" -OBS_RPM_ARCHS+="openSUSE_Leap_15.2/x86_64 " -OBS_RPM_PKS+="_ " -OBS_RPM_GNOME_EXT+="v34 " OBS_RPM_ARCHS+="openSUSE_Leap_15.3/x86_64 " OBS_RPM_PKS+="_ " OBS_RPM_GNOME_EXT+="master " +OBS_RPM_ARCHS+="openSUSE_Leap_15.4/x86_64 " +OBS_RPM_PKS+="_ " +OBS_RPM_GNOME_EXT+="master " OBS_RPM_ARCHS+="openSUSE_Tumbleweed/i586 " OBS_RPM_PKS+="tmblwd " OBS_RPM_GNOME_EXT+="master " OBS_RPM_ARCHS+="openSUSE_Tumbleweed/x86_64 " OBS_RPM_PKS+="tmblwd " OBS_RPM_GNOME_EXT+="master " -OBS_RPM_ARCHS+="SLE_15_SP2/x86_64 " -OBS_RPM_PKS+="sle152 " -OBS_RPM_GNOME_EXT+="v34 " OBS_RPM_ARCHS+="SLE_15_SP3/x86_64 " OBS_RPM_PKS+="sle153 " OBS_RPM_GNOME_EXT+="v34 " +OBS_RPM_ARCHS+="15.4/x86_64 " +OBS_RPM_PKS+="lp154 " +OBS_RPM_GNOME_EXT+="master " OBS_RPM_ARCHS+="Fedora_33/x86_64 " OBS_RPM_PKS+="fed33 " OBS_RPM_GNOME_EXT+="master " OBS_RPM_ARCHS+="Fedora_34/x86_64 " OBS_RPM_PKS+="fed34 " OBS_RPM_GNOME_EXT+="master " +OBS_RPM_ARCHS+="Fedora_35/x86_64 " +OBS_RPM_PKS+="fed35 " +OBS_RPM_GNOME_EXT+="master " +OBS_RPM_ARCHS+="Fedora_36/x86_64 " +OBS_RPM_PKS+="fed36 " +OBS_RPM_GNOME_EXT+="master " OBS_RPM_ARCHS+="Fedora_Rawhide/x86_64 " OBS_RPM_PKS+="fedraw " OBS_RPM_GNOME_EXT+="master " @@ -93,6 +99,9 @@ OBS_DEB_GNOME_EXT+="0 " OBS_DEB_ARCHS+="xUbuntu_21.04/amd64 " OBS_DEB_PKS+="hirsute2021 " OBS_DEB_GNOME_EXT+="0 " +OBS_DEB_ARCHS+="xUbuntu_22.04/amd64 " +OBS_DEB_PKS+="jammy2022 " +OBS_DEB_GNOME_EXT+="0 " OBS_PAC_ARCHS="" diff --git a/create_linux_kde_installers.sh b/create_linux_kde_installers.sh index d7bbf27..b43564a 100755 --- a/create_linux_kde_installers.sh +++ b/create_linux_kde_installers.sh @@ -13,22 +13,26 @@ ENABLE_PAC=true OBS_RPM_ARCHS="" OBS_RPM_PKS="" -OBS_RPM_ARCHS+="openSUSE_Leap_15.2/x86_64 " -OBS_RPM_PKS+="_ " OBS_RPM_ARCHS+="openSUSE_Leap_15.3/x86_64 " OBS_RPM_PKS+="_ " +OBS_RPM_ARCHS+="openSUSE_Leap_15.4/x86_64 " +OBS_RPM_PKS+="_ " OBS_RPM_ARCHS+="openSUSE_Tumbleweed/i586 " OBS_RPM_PKS+="tmblwd " OBS_RPM_ARCHS+="openSUSE_Tumbleweed/x86_64 " OBS_RPM_PKS+="tmblwd " -OBS_RPM_ARCHS+="SLE_15_SP2/x86_64 " -OBS_RPM_PKS+="sle152 " OBS_RPM_ARCHS+="SLE_15_SP3/x86_64 " OBS_RPM_PKS+="sle153 " +OBS_RPM_ARCHS+="15.4/x86_64 " +OBS_RPM_PKS+="lp154 " OBS_RPM_ARCHS+="Fedora_33/x86_64 " OBS_RPM_PKS+="fed33 " OBS_RPM_ARCHS+="Fedora_34/x86_64 " OBS_RPM_PKS+="fed34 " +OBS_RPM_ARCHS+="Fedora_35/x86_64 " +OBS_RPM_PKS+="fed35 " +OBS_RPM_ARCHS+="Fedora_36/x86_64 " +OBS_RPM_PKS+="fed36 " OBS_RPM_ARCHS+="Fedora_Rawhide/x86_64 " OBS_RPM_PKS+="fedraw " OBS_RPM_ARCHS+="CentOS_7/x86_64 " @@ -65,6 +69,8 @@ OBS_DEB_ARCHS+="xUbuntu_20.04/amd64 " OBS_DEB_PKS+="focal2004 " OBS_DEB_ARCHS+="xUbuntu_21.04/amd64 " OBS_DEB_PKS+="hirsute2021 " +OBS_DEB_ARCHS+="xUbuntu_22.04/amd64 " +OBS_DEB_PKS+="jammy2022 " OBS_PAC_ARCHS="" diff --git a/create_linux_minimal_installers.sh b/create_linux_minimal_installers.sh index 7952d4c..f65bb24 100755 --- a/create_linux_minimal_installers.sh +++ b/create_linux_minimal_installers.sh @@ -13,22 +13,26 @@ ENABLE_PAC=true OBS_RPM_ARCHS="" OBS_RPM_PKS="" -OBS_RPM_ARCHS+="openSUSE_Leap_15.2/x86_64 " -OBS_RPM_PKS+="_ " OBS_RPM_ARCHS+="openSUSE_Leap_15.3/x86_64 " OBS_RPM_PKS+="_ " +OBS_RPM_ARCHS+="openSUSE_Leap_15.4/x86_64 " +OBS_RPM_PKS+="_ " OBS_RPM_ARCHS+="openSUSE_Tumbleweed/i586 " OBS_RPM_PKS+="tmblwd " OBS_RPM_ARCHS+="openSUSE_Tumbleweed/x86_64 " OBS_RPM_PKS+="tmblwd " -OBS_RPM_ARCHS+="SLE_15_SP2/x86_64 " -OBS_RPM_PKS+="sle152 " OBS_RPM_ARCHS+="SLE_15_SP3/x86_64 " OBS_RPM_PKS+="sle153 " +OBS_RPM_ARCHS+="15.4/x86_64 " +OBS_RPM_PKS+="lp154 " OBS_RPM_ARCHS+="Fedora_33/x86_64 " OBS_RPM_PKS+="fed33 " OBS_RPM_ARCHS+="Fedora_34/x86_64 " OBS_RPM_PKS+="fed34 " +OBS_RPM_ARCHS+="Fedora_35/x86_64 " +OBS_RPM_PKS+="fed34 " +OBS_RPM_ARCHS+="Fedora_36/x86_64 " +OBS_RPM_PKS+="fed34 " OBS_RPM_ARCHS+="Fedora_Rawhide/x86_64 " OBS_RPM_PKS+="fedraw " OBS_RPM_ARCHS+="CentOS_7/x86_64 " @@ -65,6 +69,8 @@ OBS_DEB_ARCHS+="xUbuntu_20.04/amd64 " OBS_DEB_PKS+="focal2004 " OBS_DEB_ARCHS+="xUbuntu_21.04/amd64 " OBS_DEB_PKS+="hirsute2021 " +OBS_DEB_ARCHS+="xUbuntu_22.04/amd64 " +OBS_DEB_PKS+="jammy2022 " OBS_PAC_ARCHS="" diff --git a/create_linux_staging_gnome_installers.sh b/create_linux_staging_gnome_installers.sh index ea7e1fa..53ce8eb 100755 --- a/create_linux_staging_gnome_installers.sh +++ b/create_linux_staging_gnome_installers.sh @@ -16,30 +16,36 @@ ENABLE_PAC=true OBS_RPM_ARCHS="" OBS_RPM_PKS="" OBS_RPM_GNOME_EXT="" -OBS_RPM_ARCHS+="openSUSE_Leap_15.2/x86_64 " -OBS_RPM_PKS+="_ " -OBS_RPM_GNOME_EXT+="v34 " OBS_RPM_ARCHS+="openSUSE_Leap_15.3/x86_64 " OBS_RPM_PKS+="_ " OBS_RPM_GNOME_EXT+="master " +OBS_RPM_ARCHS+="openSUSE_Leap_15.4/x86_64 " +OBS_RPM_PKS+="_ " +OBS_RPM_GNOME_EXT+="master " OBS_RPM_ARCHS+="openSUSE_Tumbleweed/i586 " OBS_RPM_PKS+="tmblwd " OBS_RPM_GNOME_EXT+="master " OBS_RPM_ARCHS+="openSUSE_Tumbleweed/x86_64 " OBS_RPM_PKS+="tmblwd " OBS_RPM_GNOME_EXT+="master " -OBS_RPM_ARCHS+="SLE_15_SP2/x86_64 " -OBS_RPM_PKS+="sle152 " -OBS_RPM_GNOME_EXT+="v34 " OBS_RPM_ARCHS+="SLE_15_SP3/x86_64 " OBS_RPM_PKS+="sle153 " OBS_RPM_GNOME_EXT+="v34 " +OBS_RPM_ARCHS+="15.4/x86_64 " +OBS_RPM_PKS+="lp154 " +OBS_RPM_GNOME_EXT+="master " OBS_RPM_ARCHS+="Fedora_33/x86_64 " OBS_RPM_PKS+="fed33 " OBS_RPM_GNOME_EXT+="master " OBS_RPM_ARCHS+="Fedora_34/x86_64 " OBS_RPM_PKS+="fed34 " OBS_RPM_GNOME_EXT+="master " +OBS_RPM_ARCHS+="Fedora_35/x86_64 " +OBS_RPM_PKS+="fed35 " +OBS_RPM_GNOME_EXT+="master " +OBS_RPM_ARCHS+="Fedora_36/x86_64 " +OBS_RPM_PKS+="fed36 " +OBS_RPM_GNOME_EXT+="master " OBS_RPM_ARCHS+="Fedora_Rawhide/x86_64 " OBS_RPM_PKS+="fedraw " OBS_RPM_GNOME_EXT+="master " @@ -93,6 +99,9 @@ OBS_DEB_GNOME_EXT+="0 " OBS_DEB_ARCHS+="xUbuntu_21.04/amd64 " OBS_DEB_PKS+="hirsute2021 " OBS_DEB_GNOME_EXT+="0 " +OBS_DEB_ARCHS+="xUbuntu_22.04/amd64 " +OBS_DEB_PKS+="jammy2022 " +OBS_DEB_GNOME_EXT+="0 " OBS_PAC_ARCHS="" diff --git a/create_linux_staging_kde_installers.sh b/create_linux_staging_kde_installers.sh index 5efd893..6cc0739 100755 --- a/create_linux_staging_kde_installers.sh +++ b/create_linux_staging_kde_installers.sh @@ -13,22 +13,26 @@ ENABLE_PAC=true OBS_RPM_ARCHS="" OBS_RPM_PKS="" -OBS_RPM_ARCHS+="openSUSE_Leap_15.2/x86_64 " -OBS_RPM_PKS+="_ " OBS_RPM_ARCHS+="openSUSE_Leap_15.3/x86_64 " OBS_RPM_PKS+="_ " +OBS_RPM_ARCHS+="openSUSE_Leap_15.4/x86_64 " +OBS_RPM_PKS+="_ " OBS_RPM_ARCHS+="openSUSE_Tumbleweed/i586 " OBS_RPM_PKS+="tmblwd " OBS_RPM_ARCHS+="openSUSE_Tumbleweed/x86_64 " OBS_RPM_PKS+="tmblwd " -OBS_RPM_ARCHS+="SLE_15_SP2/x86_64 " -OBS_RPM_PKS+="sle152 " OBS_RPM_ARCHS+="SLE_15_SP3/x86_64 " OBS_RPM_PKS+="sle153 " +OBS_RPM_ARCHS+="15.4/x86_64 " +OBS_RPM_PKS+="lp154 " OBS_RPM_ARCHS+="Fedora_33/x86_64 " OBS_RPM_PKS+="fed33 " OBS_RPM_ARCHS+="Fedora_34/x86_64 " OBS_RPM_PKS+="fed34 " +OBS_RPM_ARCHS+="Fedora_35/x86_64 " +OBS_RPM_PKS+="fed35 " +OBS_RPM_ARCHS+="Fedora_36/x86_64 " +OBS_RPM_PKS+="fed36 " OBS_RPM_ARCHS+="Fedora_Rawhide/x86_64 " OBS_RPM_PKS+="fedraw " OBS_RPM_ARCHS+="CentOS_7/x86_64 " @@ -65,6 +69,8 @@ OBS_DEB_ARCHS+="xUbuntu_20.04/amd64 " OBS_DEB_PKS+="focal2004 " OBS_DEB_ARCHS+="xUbuntu_21.04/amd64 " OBS_DEB_PKS+="hirsute2021 " +OBS_DEB_ARCHS+="xUbuntu_22.04/amd64 " +OBS_DEB_PKS+="jammy2022 " OBS_PAC_ARCHS="" diff --git a/create_linux_staging_minimal_installers.sh b/create_linux_staging_minimal_installers.sh index b452efe..fc347e0 100755 --- a/create_linux_staging_minimal_installers.sh +++ b/create_linux_staging_minimal_installers.sh @@ -13,22 +13,26 @@ ENABLE_PAC=true OBS_RPM_ARCHS="" OBS_RPM_PKS="" -OBS_RPM_ARCHS+="openSUSE_Leap_15.2/x86_64 " -OBS_RPM_PKS+="_ " OBS_RPM_ARCHS+="openSUSE_Leap_15.3/x86_64 " OBS_RPM_PKS+="_ " +OBS_RPM_ARCHS+="openSUSE_Leap_15.4/x86_64 " +OBS_RPM_PKS+="_ " OBS_RPM_ARCHS+="openSUSE_Tumbleweed/i586 " OBS_RPM_PKS+="tmblwd " OBS_RPM_ARCHS+="openSUSE_Tumbleweed/x86_64 " OBS_RPM_PKS+="tmblwd " -OBS_RPM_ARCHS+="SLE_15_SP2/x86_64 " -OBS_RPM_PKS+="sle152 " OBS_RPM_ARCHS+="SLE_15_SP3/x86_64 " OBS_RPM_PKS+="sle153 " +OBS_RPM_ARCHS+="15.4/x86_64 " +OBS_RPM_PKS+="lp154 " OBS_RPM_ARCHS+="Fedora_33/x86_64 " OBS_RPM_PKS+="fed33 " OBS_RPM_ARCHS+="Fedora_34/x86_64 " OBS_RPM_PKS+="fed34 " +OBS_RPM_ARCHS+="Fedora_35/x86_64 " +OBS_RPM_PKS+="fed35 " +OBS_RPM_ARCHS+="Fedora_36/x86_64 " +OBS_RPM_PKS+="fed36 " OBS_RPM_ARCHS+="Fedora_Rawhide/x86_64 " OBS_RPM_PKS+="fedraw " OBS_RPM_ARCHS+="CentOS_7/x86_64 " @@ -65,6 +69,8 @@ OBS_DEB_ARCHS+="xUbuntu_20.04/amd64 " OBS_DEB_PKS+="focal2004 " OBS_DEB_ARCHS+="xUbuntu_21.04/amd64 " OBS_DEB_PKS+="hirsute2021 " +OBS_DEB_ARCHS+="xUbuntu_22.04/amd64 " +OBS_DEB_PKS+="jammy2022 " OBS_PAC_ARCHS=""