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

x2go pushed a commit to branch master
in repository buildscripts.

commit 3440e197f727b7b61204ae98bd154699f2d34f15
Author: Mihai Moldovan <[email protected]>
Date:   Fri Jun 7 06:52:14 2019 +0200

    bin/ubuntu-codename-to-version.sh: add new "disco" 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 20b2b96..3f02efe 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";;
 
-       ("cosmic") echo "18.10";;
+       ("disco") echo "19.04";;
 
+       ("cosmic") echo "18.10";;
        ("bionic") echo "18.04";;
        ("artful") echo "17.10";;
        ("zesty") echo "17.04";;

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/buildscripts.git
_______________________________________________
x2go-commits mailing list
[email protected]
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to