This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 51435c5b747013922079b73970dcaef86eec4682 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun May 9 18:20:31 2021 +0200 bin/debian-codename-to-version.sh: add bookworm codename. --- bin/debian-codename-to-version.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/debian-codename-to-version.sh b/bin/debian-codename-to-version.sh index ad69de4..a289edb 100755 --- a/bin/debian-codename-to-version.sh +++ b/bin/debian-codename-to-version.sh @@ -66,6 +66,7 @@ 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";; ("bullseye") echo "11";; ("buster") echo "10";; -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git