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

x2go pushed a commit to branch master
in repository buildscripts.

commit 2bdbec0d5f974bfa1ebe0bb53d0e806dee367bcb
Author: Mihai Moldovan <io...@ionic.de>
Date:   Thu Dec 1 22:32:46 2022 +0100

    bin/debian-codename-to-version.sh: bullseye is stable, mark as such.
---
 bin/debian-codename-to-version.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/debian-codename-to-version.sh 
b/bin/debian-codename-to-version.sh
index a289edb..3c502fd 100755
--- a/bin/debian-codename-to-version.sh
+++ b/bin/debian-codename-to-version.sh
@@ -67,8 +67,8 @@ case "${codename}" in
        # I decided to not handle the "testing" code name
        # at all.
        ("bookworm") echo "12";;
-       ("bullseye") echo "11";;
 
+       ("bullseye") echo "11";;
        ("buster") echo "10";;
        ("stretch") echo "9";;
        ("jessie") echo "8";;

--
Alioth's /home/x2go-admin/maintenancescripts/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