This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 21f2262 bin/build-rpm-package: fix find calls. Use weird read -r -d '' trick to parse 0-delimited pseudo-arrays. new 59b3832 bin/build-rpm-package: reset ${l_ARCH} to an empty string in build_packages(). This will need some cleanup work. 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 | 3 +++ 1 file changed, 3 insertions(+) -- Alioth's /srv/git/code.x2go.org/buildscripts.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 59b3832a20f2eaae9900c6ea8b34b3803a280965 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Apr 3 04:02:50 2015 +0200 bin/build-rpm-package: reset ${l_ARCH} to an empty string in build_packages(). This will need some cleanup work. --- bin/build-rpm-package | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/build-rpm-package b/bin/build-rpm-package index c8158ce..d36a352 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -597,6 +597,9 @@ build_packages() { test -z "${CODENAMES}" || grep "${CODENAMES}" <<< "${line}" || break + # FIXME: Builds currently break without this. This should really be merged/transformed into an arch loop. + typeset l_ARCH="" + # create rpmbuild subdirectories mkdir -p -- "${PKGDIST}/${l_DIST}/${l_CODENAME}/${l_ARCH}/rpmbuild/SOURCES" -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git