This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 4ab8474 bin/sbuild-deb-package: fix --debbuildopts settings... again. new d8d0a91 bin/sbuild-deb-package: explicitly select chroot for Raspbian - no autodetection possible. 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/sbuild-deb-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 d8d0a91ac19446d6b0ffae5a55bb74066582b111 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Nov 15 07:55:30 2016 +0100 bin/sbuild-deb-package: explicitly select chroot for Raspbian - no autodetection possible. --- 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 3a892d6..ee8357f 100755 --- a/bin/sbuild-deb-package +++ b/bin/sbuild-deb-package @@ -339,7 +339,7 @@ build_packages() { typeset -a sbuild_options_64 sbuild_options_32 sbuild_options_armhf sbuild_options_64=("${sbuild_options[@]}") sbuild_options_32=("${sbuild_options[@]}" "--arch=i386" "--debbuildopts=-B") - sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf") + sbuild_options_armhf=("${sbuild_options[@]}" "--arch=armhf" "--chroot=${codename}-armhf-raspbian-sbuild") [ "${l_DIST}" = "raspbian" ] && { [ "${SKIP_ARCH}" != "armhf" ] && grep -Eqs 'Architecture.*(all|any|armhf)' "${TEMP_DIR}/${PROJECT}/debian/control" && { -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git