This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 773c5fb bin/{sbuild-deb,build-rpm}-package: add FIXME note stating that GitLab clones don't seem to have an "origin" remote. new 30673d9 bin/sbuild-deb-package: single quotes are still not supported for default options, so use double quotes. 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 /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 30673d9392e6aa068535d486e4b9482d4119c763 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Mar 11 16:11:49 2024 +0100 bin/sbuild-deb-package: single quotes are still not supported for default options, so use double quotes. --- 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 fa2a2f7..64fcffe 100755 --- a/bin/sbuild-deb-package +++ b/bin/sbuild-deb-package @@ -54,7 +54,7 @@ test -f "${HOME}/.buildscripts/${PREFIX}.conf" && . "${HOME}/.buildscripts/${PRE : ${NO_DELAY:="no"} : ${FORCE_BUILD:="no"} -: "${SKIP_ARCH_ALL:='no'}" +: "${SKIP_ARCH_ALL:="no"}" : ${DEB_BUILD_FOR:="debian:${DEBIAN_DISTROS} ubuntu:${UBUNTU_DISTROS} raspbian:${RASPBIAN_DISTROS}"} : ${FLAVOR:="native"} : ${PLATFORM:="x86"} -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git