This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 483aa6d bin/sbuild-deb-package: use long options where appropriate. new 0686001 bin/sbuild-deb-package: fix OTHERMIRROR usage again. 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 0686001b6d4cdf969653242be6387b42fa90ce71 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Nov 15 06:03:48 2016 +0100 bin/sbuild-deb-package: fix OTHERMIRROR usage again. --- 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 0753d0e..dea90a1 100755 --- a/bin/sbuild-deb-package +++ b/bin/sbuild-deb-package @@ -333,7 +333,7 @@ build_packages() { fi if [ -n "${OTHERMIRROR}" ]; then - sbuild_options+=("--extra-repository='${OTHERMIRROR}'") + sbuild_options+=("--extra-repository=${OTHERMIRROR}") fi typeset -a sbuild_options_64 sbuild_options_32 sbuild_options_armhf -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git