]> gitweb.fluxo.info Git - hydra.git/commitdiff
Adds debian stretch as a next release
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 13 May 2015 21:15:58 +0000 (18:15 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 13 May 2015 21:15:58 +0000 (18:15 -0300)
lib/hydra/misc

index 0abff2d652e0b2e5cf1f15fd1ca07aa8d49256a7..42750219690edc8eb8fd12075fce683554483e14 100644 (file)
@@ -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