From b4f2e1defee9d2f65a949bdcfa0b438948cb7d26 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 28 Jul 2019 11:46:23 -0300 Subject: Bump debian version to buster, adds bullseye --- lib/hydra/misc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/hydra/misc b/lib/hydra/misc index f297bdc..03dfd6b 100644 --- a/lib/hydra/misc +++ b/lib/hydra/misc @@ -135,6 +135,8 @@ function hydra_next_debian_release { elif [ "$release" == "stretch" ]; then echo "buster" elif [ "$release" == "buster" ]; then + echo "bullseye" + elif [ "$release" == "bullseye" ]; then echo "sid" else echo "Unsupported release" -- cgit v1.2.3