From a8ad650b46b13d9ff439f53b0610f872eb3b18cb Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 20 Sep 2017 20:18:13 -0300 Subject: Adds debian sid as a valid release --- lib/hydra/misc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/hydra/misc b/lib/hydra/misc index baa810b..583e43d 100644 --- a/lib/hydra/misc +++ b/lib/hydra/misc @@ -145,6 +145,8 @@ function hydra_next_debian_release { echo "stretch" elif [ "$release" == "stretch" ]; then echo "buster" + elif [ "$release" == "buster" ]; then + echo "sid" else echo "Unsupported release" exit 1 -- cgit v1.2.3