From 3202e78ea8b480c1d0b93500f528388582cc31a3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 13 May 2015 18:15:58 -0300 Subject: Adds debian stretch as a next release --- lib/hydra/misc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/hydra/misc b/lib/hydra/misc index 0abff2d..4275021 100644 --- a/lib/hydra/misc +++ b/lib/hydra/misc @@ -23,7 +23,7 @@ function hydra_user_input { read -s -rep "$* (defaults to $default): " input else read -rep "$* (defaults to $default): " input - fi + fi if [ -z "$input" ]; then export $param="$default" @@ -118,6 +118,8 @@ function hydra_next_debian_release { echo "wheezy" elif [ "$release" == "wheezy" ]; then echo "jessie" + elif [ "$release" == "jessie" ]; then + echo "stretch" else echo "Unsupported release" exit 1 -- cgit v1.2.3