This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from c29d56a bin/build-rpm-package: fix array subscripts, they must not contain single quotes (and even double quotes are a bad idea in arithmetic contexts). new c442500 bin/build-rpm-package: fix function call with arguments broken over multiple lines. 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 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 c44250092029094691ca56605e35f26bd163bfcd Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Feb 22 08:34:20 2023 +0100 bin/build-rpm-package: fix function call with arguments broken over multiple lines. --- bin/build-rpm-package | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/build-rpm-package b/bin/build-rpm-package index 87666fe..7d57b29 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -1073,8 +1073,8 @@ build_packages() { # 15", which is not suitable for the auto-detection to work correctly. # We're going to override this detection by providing a --dist argument. typeset dist_value='' - dist_value="$(generate_suse_dist_value "${l_DIST}" - "${tmp_suse_major_version}" + dist_value="$(generate_suse_dist_value "${l_DIST}" \ + "${tmp_suse_major_version}" \ "${tmp_suse_minor_version}")" if [ '0' -ne "${?}" ]; then -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git