[X2Go-Commits] [buildscripts] 01/07: bin/debian-codename-to-version.sh: add bookworm codename.
git-admin at x2go.org
git-admin at x2go.org
Wed May 12 12:29:54 CEST 2021
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 at 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
More information about the x2go-commits
mailing list