[X2Go-Commits] [buildscripts] 02/12: bin/debian-codename-to-version.sh: add trixie codename.

git-admin at x2go.org git-admin at x2go.org
Mon Mar 11 14:46:36 CET 2024


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

x2go pushed a commit to branch master
in repository buildscripts.

commit e29565e6e910a15922dca7abc225d00de667e3ef
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Mar 7 12:17:26 2024 +0100

    bin/debian-codename-to-version.sh: add trixie 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 d13169a..c07e96e 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.
-	('bookworm') echo '12';;
+	('trixie') echo '13';;
 
+	('bookworm') echo '12';;
 	('bullseye') echo '11';;
 	('buster') echo '10';;
 	('stretch') echo '9';;

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