[X2Go-Commits] [buildscripts] 02/02: bin/debian-codename-to-version.sh: bullseye is stable, mark as such.

git-admin at x2go.org git-admin at x2go.org
Thu Dec 1 22:32:56 CET 2022


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


More information about the x2go-commits mailing list