This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit a81454d45664e7fa3d374341a5c85fbc7b354b4f Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Oct 28 20:09:53 2016 +0200 bin/ubuntu-codename-to-version.sh: add new testing Ubuntu codename "zesty". --- bin/ubuntu-codename-to-version.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/ubuntu-codename-to-version.sh b/bin/ubuntu-codename-to-version.sh index f2884cf..54768f6 100755 --- a/bin/ubuntu-codename-to-version.sh +++ b/bin/ubuntu-codename-to-version.sh @@ -47,8 +47,9 @@ case "${codename}" in # we can't really do better here. ("devel") echo "9999";; - ("yakkety") echo "16.10";; + ("zesty") echo "17.04";; + ("yakkety") echo "16.10";; ("xenial") echo "16.04";; ("wily") echo "15.10";; ("vivid") echo "15.04";; -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git