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

x2go pushed a commit to branch master
in repository buildscripts.

commit 6eeeaf01d85d266c8a79a39b59c96229cd2efaf3
Author: Mihai Moldovan <[email protected]>
Date:   Tue Jul 16 13:19:48 2019 +0200

    bin/debian-codename-to-version.sh: add bullseye codename.
---
 bin/debian-codename-to-version.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/debian-codename-to-version.sh 
b/bin/debian-codename-to-version.sh
index d92adce..ad69de4 100755
--- a/bin/debian-codename-to-version.sh
+++ b/bin/debian-codename-to-version.sh
@@ -66,8 +66,9 @@ case "${codename}" in
        # For now and due to the aforementioned problems,
        # I decided to not handle the "testing" code name
        # at all.
-       ("buster") echo "10";;
+       ("bullseye") echo "11";;
 
+       ("buster") echo "10";;
        ("stretch") echo "9";;
        ("jessie") echo "8";;
        ("wheezy") echo "7";;

--
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