This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 91548586be11dd1263ea84d66e9c7172e349e3d2 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 2 07:32:35 2017 +0200 bin/build-rpm-package: OpenSuSE Leap 42.1 is discontinued now, use discontinued mirror. Interestingly, 13.2 is still on the master mirror and not yet (completely) discontinued. Will probably follow soon, though. --- bin/build-rpm-package | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/build-rpm-package b/bin/build-rpm-package index c2c0986..07f2b7a 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -770,7 +770,8 @@ build_packages() { if [ "x${l_DIST}" = "xopensuse" ]; then typeset -i legacy_release="0" if [ "${tmp_suse_major_version}" -lt "13" ] || - ( [ "${tmp_suse_major_version}" -eq "13" ] && [ "${tmp_suse_minor_version}" -lt "2" ] ); then + ( [ "${tmp_suse_major_version}" -eq "13" ] && [ "${tmp_suse_minor_version}" -lt "2" ] ) || + ( [ "${tmp_suse_major_version}" -eq "42" ] && [ "${tmp_suse_minor_version}" -lt "2" ] ); then legacy_release="1" fi -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git