[X2Go-Commits] [buildscripts] 03/07: bin/ubuntu-codename-to-version.sh: add new "groovy" codename.

git-admin at x2go.org git-admin at x2go.org
Wed May 12 12:29:54 CEST 2021


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository buildscripts.

commit 8d59c29be537316de661a9ef899fdd813600bcb3
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sun May 9 18:22:44 2021 +0200

    bin/ubuntu-codename-to-version.sh: add new "groovy" codename.
---
 bin/ubuntu-codename-to-version.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/ubuntu-codename-to-version.sh b/bin/ubuntu-codename-to-version.sh
index 630c90b..e1df637 100755
--- a/bin/ubuntu-codename-to-version.sh
+++ b/bin/ubuntu-codename-to-version.sh
@@ -45,7 +45,7 @@ case "${codename}" in
 	# we can't really do better here.
 	("devel") echo "9999";;
 
-
+	("groovy") echo "20.10";;
 	("focal") echo "20.04";;
 	("eoan") echo "19.10";;
 	("disco") echo "19.04";;

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git


More information about the x2go-commits mailing list