diff --git a/create_linux_gnome_installers.sh b/create_linux_gnome_installers.sh index 6d5b564..11c6629 100755 --- a/create_linux_gnome_installers.sh +++ b/create_linux_gnome_installers.sh @@ -18,7 +18,7 @@ OBS_RPM_PKS="" OBS_RPM_GNOME_EXT="" OBS_RPM_ARCHS+="openSUSE_Leap_15.4/x86_64 " OBS_RPM_PKS+="_ " -OBS_RPM_GNOME_EXT+="master " +OBS_RPM_GNOME_EXT+="v53 " OBS_RPM_ARCHS+="openSUSE_Tumbleweed/i586 " OBS_RPM_PKS+="tmblwd " OBS_RPM_GNOME_EXT+="master " @@ -27,19 +27,19 @@ OBS_RPM_PKS+="tmblwd " OBS_RPM_GNOME_EXT+="master " OBS_RPM_ARCHS+="15.4/x86_64 " OBS_RPM_PKS+="lp154 " -OBS_RPM_GNOME_EXT+="master " +OBS_RPM_GNOME_EXT+="v53 " OBS_RPM_ARCHS+="15.5/x86_64 " OBS_RPM_PKS+="lp155 " -OBS_RPM_GNOME_EXT+="master " +OBS_RPM_GNOME_EXT+="v53 " OBS_RPM_ARCHS+="Fedora_36/x86_64 " OBS_RPM_PKS+="fed36 " -OBS_RPM_GNOME_EXT+="master " +OBS_RPM_GNOME_EXT+="v53 " OBS_RPM_ARCHS+="Fedora_37/x86_64 " OBS_RPM_PKS+="fed37 " -OBS_RPM_GNOME_EXT+="master " +OBS_RPM_GNOME_EXT+="v53 " OBS_RPM_ARCHS+="Fedora_38/x86_64 " OBS_RPM_PKS+="fed38 " -OBS_RPM_GNOME_EXT+="master " +OBS_RPM_GNOME_EXT+="v53 " OBS_RPM_ARCHS+="Fedora_39/x86_64 " OBS_RPM_PKS+="fed39 " OBS_RPM_GNOME_EXT+="master " @@ -121,6 +121,7 @@ create_gnome_extension_tar() { if [ ${GNOME_EXT} != "v26" ] && [ ${GNOME_EXT} != "v34" ] && [ ${GNOME_EXT} != "v46" ] && + [ ${GNOME_EXT} != "v53" ] && [ ${GNOME_EXT} != "master" ] ; then return fi diff --git a/create_linux_staging_gnome_installers.sh b/create_linux_staging_gnome_installers.sh index 41e0a44..3be390b 100755 --- a/create_linux_staging_gnome_installers.sh +++ b/create_linux_staging_gnome_installers.sh @@ -18,7 +18,7 @@ OBS_RPM_PKS="" OBS_RPM_GNOME_EXT="" OBS_RPM_ARCHS+="openSUSE_Leap_15.4/x86_64 " OBS_RPM_PKS+="_ " -OBS_RPM_GNOME_EXT+="master " +OBS_RPM_GNOME_EXT+="v53 " OBS_RPM_ARCHS+="openSUSE_Tumbleweed/i586 " OBS_RPM_PKS+="tmblwd " OBS_RPM_GNOME_EXT+="master " @@ -27,19 +27,19 @@ OBS_RPM_PKS+="tmblwd " OBS_RPM_GNOME_EXT+="master " OBS_RPM_ARCHS+="15.4/x86_64 " OBS_RPM_PKS+="lp154 " -OBS_RPM_GNOME_EXT+="master " +OBS_RPM_GNOME_EXT+="v53 " OBS_RPM_ARCHS+="15.5/x86_64 " OBS_RPM_PKS+="lp155 " -OBS_RPM_GNOME_EXT+="master " +OBS_RPM_GNOME_EXT+="v53 " OBS_RPM_ARCHS+="Fedora_36/x86_64 " OBS_RPM_PKS+="fed36 " -OBS_RPM_GNOME_EXT+="master " +OBS_RPM_GNOME_EXT+="v53 " OBS_RPM_ARCHS+="Fedora_37/x86_64 " OBS_RPM_PKS+="fed37 " -OBS_RPM_GNOME_EXT+="master " +OBS_RPM_GNOME_EXT+="v53 " OBS_RPM_ARCHS+="Fedora_38/x86_64 " OBS_RPM_PKS+="fed38 " -OBS_RPM_GNOME_EXT+="master " +OBS_RPM_GNOME_EXT+="v53 " OBS_RPM_ARCHS+="Fedora_39/x86_64 " OBS_RPM_PKS+="fed39 " OBS_RPM_GNOME_EXT+="master " @@ -121,6 +121,7 @@ create_gnome_extension_tar() { if [ "${GNOME_EXT}" != "v26" ] && [ "${GNOME_EXT}" != "v34" ] && [ "${GNOME_EXT}" != "v46" ] && + [ "${GNOME_EXT}" != "v53" ] && [ "${GNOME_EXT}" != "master" ] ; then return fi