This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 283d73a bin/sbuild-deb-package: handle ppc64 arches in a smarter way. new c38fdf9 bin/sbuild-deb-package: actually echo numerical version in mapping function as advertised. 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, 2 insertions(+) -- 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 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