This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 7b1afeaa3d8896e5aea72793a5f2e271e3046dcf Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Feb 16 21:42:38 2023 +0100 bin/ubuntu-codename-to-version.sh: add newer versions jammy, kinetic and lunar. --- bin/ubuntu-codename-to-version.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/ubuntu-codename-to-version.sh b/bin/ubuntu-codename-to-version.sh index 84375c8..f845c4b 100755 --- a/bin/ubuntu-codename-to-version.sh +++ b/bin/ubuntu-codename-to-version.sh @@ -45,8 +45,11 @@ case "${codename}" in # we can't really do better here. ("devel") echo "9999";; - ("impish") echo "21.10";; + ("lunar") echo "23.04";; + ("kinetic") echo "22.10";; + ("jammy") echo "22.04";; + ("impish") echo "21.10";; ("hirsute") echo "21.04";; ("groovy") echo "20.10";; ("focal") echo "20.04";; -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git