This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit f9383fbf496b96a03fc76310e615532ae8398dd5 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun May 9 18:27:04 2021 +0200 bin/ubuntu-codename-to-version.sh: add new "hirsute" codename. --- bin/ubuntu-codename-to-version.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/ubuntu-codename-to-version.sh b/bin/ubuntu-codename-to-version.sh index e1df637..6b70cd0 100755 --- a/bin/ubuntu-codename-to-version.sh +++ b/bin/ubuntu-codename-to-version.sh @@ -45,6 +45,7 @@ case "${codename}" in # we can't really do better here. ("devel") echo "9999";; + ("hirsute") echo "21.04";; ("groovy") echo "20.10";; ("focal") echo "20.04";; ("eoan") echo "19.10";; -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git