This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 50b7289 bin/build-rpm-package: fix signing i386 EPEL5 packages. new 7786e19 bin/build-rpm-package: make sure to build noarch packages for i386 only on non-SUSE-platforms. 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 /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 7786e192d18024ed54d0805037e5068c6f4fe015 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Dec 17 05:27:33 2016 +0100 bin/build-rpm-package: make sure to build noarch packages for i386 only on non-SUSE-platforms. --- 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 18d4590..8a51dcf 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -957,7 +957,7 @@ build_packages() { else exit 1 fi - else + elif [ "${l_DIST}" != "opensuse" ] && [ "${l_DIST}" != "sle" ]; then while [ -d ~mock/"${l_DIST}-${l_CODENAME}-i386" ]; do echo "Waiting for some other build to finish..." sleep 30 -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git