]> gitweb.fluxo.info Git - hydra.git/commitdiff
Feat: adds Debian trixie
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 29 Jun 2023 00:28:52 +0000 (21:28 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 29 Jun 2023 00:28:52 +0000 (21:28 -0300)
lib/hydra/misc

index 6852f2777f452a365b59801665ade3a0e5cd2067..67d2e311d76bb1102cce06faf8a4fe35743ffae3 100644 (file)
@@ -144,6 +144,8 @@ function hydra_next_debian_release {
   elif [ "$release" == "bullseye" ]; then
     echo "bookworm"
   elif [ "$release" == "bookworm" ]; then
+    echo "trixie"
+  elif [ "$release" == "trixie" ]; then
     echo "sid"
   else
     echo "Unsupported release"