From 83c155d81de0666bfc0e05772139569ae42d7c1f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 25 Jun 2017 10:03:31 -0300 Subject: Adds buster as debian next release --- lib/hydra/misc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/hydra/misc b/lib/hydra/misc index 492a2bb..baa810b 100644 --- a/lib/hydra/misc +++ b/lib/hydra/misc @@ -143,6 +143,8 @@ function hydra_next_debian_release { echo "jessie" elif [ "$release" == "jessie" ]; then echo "stretch" + elif [ "$release" == "stretch" ]; then + echo "buster" else echo "Unsupported release" exit 1 -- cgit v1.2.3