This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 2150270dcce1c3d1a1b2781673b4ccc52c5cbb97 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun May 9 18:30:33 2021 +0200 bin/ubuntu-codename-to-version.sh: add new "impish" codename. --- bin/ubuntu-codename-to-version.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/ubuntu-codename-to-version.sh b/bin/ubuntu-codename-to-version.sh index 6b70cd0..84375c8 100755 --- a/bin/ubuntu-codename-to-version.sh +++ b/bin/ubuntu-codename-to-version.sh @@ -45,6 +45,8 @@ case "${codename}" in # we can't really do better here. ("devel") echo "9999";; + ("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