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 <io...@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
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to