This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit c5ba7725cbbf25202172f95c13001403089f0762 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Nov 15 05:23:24 2016 +0100 bin/sbuild-deb-package: fix stupid logic error related to Raspbian builds... --- bin/sbuild-deb-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sbuild-deb-package b/bin/sbuild-deb-package index 5b648b0..a736932 100755 --- a/bin/sbuild-deb-package +++ b/bin/sbuild-deb-package @@ -339,7 +339,7 @@ build_packages() { SBUILD_OPTIONS_32="${SBUILD_OPTIONS} --arch=i386 --debbuildopts=\"-B\"" SBUILD_OPTIONS_ARMHF="${SBUILD_OPTIONS} --arch=armhf" - [ "${l_DIST}" != "raspbian" ] && { + [ "${l_DIST}" = "raspbian" ] && { [ "${SKIP_ARCH}" != "armhf" ] && grep -Eqs 'Architecture.*(all|any|armhf)' "${TEMP_DIR}/${PROJECT}/debian/control" && { cd "${PKGDIST}/${l_DIST}/${l_CODENAME}/armhf" nice ${SBUILD} ${SBUILD_OPTIONS_ARMHF} "${PROJECT_DIR}" -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git