This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 07546f1 bin/sbuild-deb-package: port sbuild options settings to bash arrays. new 483aa6d bin/sbuild-deb-package: use long options where appropriate. 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 483aa6d29bf0a20762cfdeb297ea24f844885037 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Nov 15 06:01:00 2016 +0100 bin/sbuild-deb-package: use long options where appropriate. --- 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 e9878b1..0753d0e 100755 --- a/bin/sbuild-deb-package +++ b/bin/sbuild-deb-package @@ -326,7 +326,7 @@ build_packages() { git --no-pager log --since "2 years ago" --format="%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n" > ChangeLog.gitlog typeset -a sbuild_options - sbuild_options=("-n" "--jobs=2" "-sAd ${codename}" "-k ${GPG_KEY}" "--build-dep-resolver=aptitude") + sbuild_options=("-n" "--jobs=2" "-sA" "--dist=${codename}" "--keyid=${GPG_KEY}" "--build-dep-resolver=aptitude") if [ -n "${SA_OPTION}" ]; then sbuild_options+=("${SA_OPTION}") -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git