This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 9028f70e204f5c80709173be074e71c6fa6241f4 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Apr 6 08:31:42 2017 +0200 bin/sbuild-deb-package: backport comment changes. --- bin/sbuild-deb-package | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/bin/sbuild-deb-package b/bin/sbuild-deb-package index 9f6f1a8..1ce5ef5 100755 --- a/bin/sbuild-deb-package +++ b/bin/sbuild-deb-package @@ -176,6 +176,9 @@ prepare_workspace() { return 0 } +# Cleans up the pkgdist directory used for building packages. +# Does not take parameters. +# Does not "return" anything. clear_pkgdist() { # pkgdist directory cleanup @@ -221,8 +224,6 @@ clear_pkgdist() { } build_packages() { - # use pbuilder for building all variants of this package - # Do NOT spawn a subshell here. # Allow changing global variables in the main process. typeset -a deb_build_for_arr @@ -362,9 +363,10 @@ build_packages() { return 0 } +# (d)uploads the built packages to the reprepro repository. +# Has no parameters. +# Does not "return" any value. upload_packages() { - # dupload the new packages to the reprepro repository - # Do NOT spawn a subshell here. # Allow changing global variables in the main process. typeset -a deb_build_for_arr -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git