From c850c699883f4a0c1181063903727bcf639049ca Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 26 Dec 2025 12:37:56 -0300 Subject: [PATCH] Feat: update next Debian release to forky --- lib/hydra/misc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/hydra/misc b/lib/hydra/misc index 67d2e31..cfcb05a 100644 --- a/lib/hydra/misc +++ b/lib/hydra/misc @@ -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" -- 2.39.5