[X2Go-Commits] [buildscripts] 01/07: bin/debian-codename-to-version.sh: add bullseye codename.
git-admin at x2go.org
git-admin at x2go.org
Tue Aug 20 16:33:36 CEST 2019
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository buildscripts.
commit 6eeeaf01d85d266c8a79a39b59c96229cd2efaf3
Author: Mihai Moldovan <ionic at ionic.de>
Date: Tue Jul 16 13:19:48 2019 +0200
bin/debian-codename-to-version.sh: add bullseye 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 d92adce..ad69de4 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.
- ("buster") echo "10";;
+ ("bullseye") echo "11";;
+ ("buster") echo "10";;
("stretch") echo "9";;
("jessie") echo "8";;
("wheezy") echo "7";;
--
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