This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit c38fdf953d0034a0958f5fc8242b846aa692a4b3 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Nov 30 05:37:18 2017 +0100 bin/sbuild-deb-package: actually echo numerical version in mapping function as advertised. --- bin/sbuild-deb-package | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/sbuild-deb-package b/bin/sbuild-deb-package index 223a699..abc0491 100755 --- a/bin/sbuild-deb-package +++ b/bin/sbuild-deb-package @@ -164,6 +164,8 @@ map_codename_to_numerical_version() { ret="${?}" fi + echo "${numerical_version}" + return "${ret}" } -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git