This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit e1c639b4c52d65ff60ce55346de3cf9bf283ea35 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jun 7 06:50:37 2019 +0200 bin/ubuntu-codename-to-version.sh: add new "cosmic" codename. --- 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 ebf5348..20b2b96 100755 --- a/bin/ubuntu-codename-to-version.sh +++ b/bin/ubuntu-codename-to-version.sh @@ -45,8 +45,9 @@ case "${codename}" in # we can't really do better here. ("devel") echo "9999";; - ("bionic") echo "18.04";; + ("cosmic") echo "18.10";; + ("bionic") echo "18.04";; ("artful") echo "17.10";; ("zesty") echo "17.04";; ("yakkety") echo "16.10";; -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git