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

x2go pushed a commit to branch master
in repository buildscripts.

commit f631a9826ab3a979e1d2ac5ad28296947403b820
Author: Mihai Moldovan <io...@ionic.de>
Date:   Sun Aug 6 06:48:16 2017 +0200

    bin/ubuntu-codename-to-version.sh: add artful 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 0a71ba9..e79aec7 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";;
 
-       ("zesty") echo "17.04";;
+       ("artful") echo "17.10";;
 
+       ("zesty") echo "17.04";;
        ("yakkety") echo "16.10";;
        ("xenial") echo "16.04";;
        ("wily") echo "15.10";;

--
Alioth's 
/srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on 
/srv/git/code.x2go.org/buildscripts.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to