From: Silvio Rhatto Date: Wed, 13 May 2015 21:15:58 +0000 (-0300) Subject: Adds debian stretch as a next release X-Git-Tag: 0.2.4~332 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3202e78ea8b480c1d0b93500f528388582cc31a3;p=hydra.git Adds debian stretch as a next release --- 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