This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 4e505cc0e8f0df201fa2ba56071d032afa39e6df Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Nov 13 20:18:00 2016 +0100 bin/sbuild-deb-package: backport from bin/build-deb-package: fix variable typo (${dist_pretty} => ${pretty_dist}.) --- 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 948286e..d47cf71 100755 --- a/bin/sbuild-deb-package +++ b/bin/sbuild-deb-package @@ -283,7 +283,7 @@ build_packages() { fi if [ "${tmp_ret}" -ne "0" ] || [ -z "${numerical_version}" ]; then - echo "Error: unable to map code name \"${codename}\" to Debian or Ubuntu numerical versions. Unknown code name or not applicable to distribution \"${dist_pretty}\"? Aborting." >&2 + echo "Error: unable to map code name \"${codename}\" to Debian or Ubuntu numerical versions. Unknown code name or not applicable to distribution \"${pretty_dist}\"? Aborting." >&2 exit 1 fi -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git