]> gitweb.fluxo.info Git - hydra.git/commitdiff
Adds debian sid as a valid release
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 20 Sep 2017 23:18:13 +0000 (20:18 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 20 Sep 2017 23:18:13 +0000 (20:18 -0300)
lib/hydra/misc

index baa810bcc1ce345e94fb632435750bbc0f9c5458..583e43d30eca5b929223d11205aff1822bfb19ac 100644 (file)
@@ -145,6 +145,8 @@ function hydra_next_debian_release {
     echo "stretch"
   elif [ "$release" == "stretch" ]; then
     echo "buster"
+  elif [ "$release" == "buster" ]; then
+    echo "sid"
   else
     echo "Unsupported release"
     exit 1