This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 42c26e2 bin/build-rpm-package: fix SLE 11 dist parameter, essentially hardcoding it to SLES 11 SP2. new 1927ba0 bin/build-rpm-package: actually fix SLES 11 builds. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: bin/build-rpm-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 1927ba0631cb972c6834f1029a7677df76e0e00f Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Feb 24 04:52:42 2023 +0100 bin/build-rpm-package: actually fix SLES 11 builds. --- bin/build-rpm-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-rpm-package b/bin/build-rpm-package index 0a0edd4..7a7ecbe 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -739,7 +739,7 @@ generate_suse_dist_value () { # SLE 11 days, Service Packs could not be differentiated at all (in spec # files, at least), and since we've only ever used 11.2 and 11.3, it's fine # to hardcode SLES 11 SP2 here. - ret='s'"${major_version}"'sp2' + ret="${ret}"'s'"${major_version}"'sp2' else ret="${ret}${major_version}.${minor_version}" fi -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git