From aadfe60eaa5fa4b2ad1601c0459ae44aeb8f016c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 16 Dec 2014 17:24:42 -0200 Subject: Debian jessie support --- lib/hydra/misc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/hydra/misc b/lib/hydra/misc index eda2919..0abff2d 100644 --- a/lib/hydra/misc +++ b/lib/hydra/misc @@ -116,6 +116,8 @@ function hydra_next_debian_release { echo "squeeze" elif [ "$release" == "squeeze" ]; then echo "wheezy" + elif [ "$release" == "wheezy" ]; then + echo "jessie" else echo "Unsupported release" exit 1 -- cgit v1.2.3