]> gitweb.fluxo.info Git - hydra.git/commitdiff
Feat: update next Debian release to forky master
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 26 Dec 2025 15:37:56 +0000 (12:37 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 26 Dec 2025 15:37:56 +0000 (12:37 -0300)
lib/hydra/misc

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