aboutsummaryrefslogtreecommitdiff
path: root/lib/hydra/misc
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-12-16 17:24:42 -0200
committerSilvio Rhatto <rhatto@riseup.net>2014-12-16 17:24:42 -0200
commitaadfe60eaa5fa4b2ad1601c0459ae44aeb8f016c (patch)
tree51e60561732795f997b6f934733cbe4f87275682 /lib/hydra/misc
parenta3472bab0dd6ca83884d95e1831eb9cd57f6f1bc (diff)
downloadhydra-aadfe60eaa5fa4b2ad1601c0459ae44aeb8f016c.tar.gz
hydra-aadfe60eaa5fa4b2ad1601c0459ae44aeb8f016c.tar.bz2
Debian jessie support
Diffstat (limited to 'lib/hydra/misc')
-rw-r--r--lib/hydra/misc2
1 files changed, 2 insertions, 0 deletions
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