]> gitweb.fluxo.info Git - hydra.git/commitdiff
Adds buster as debian next release
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 25 Jun 2017 13:03:31 +0000 (10:03 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 25 Jun 2017 13:03:31 +0000 (10:03 -0300)
lib/hydra/misc

index 492a2bba9aa12324289c7fa1574201bdcbdb7d7c..baa810bcc1ce345e94fb632435750bbc0f9c5458 100644 (file)
@@ -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