diff --git a/tools/host_det.sh b/tools/host_det.sh index 3f75ad02d24fe472a4b7b36754162396892afc8c..704edb2f319780fcd25b1c4dc5e729b6525d801f 100755 --- a/tools/host_det.sh +++ b/tools/host_det.sh @@ -220,7 +220,7 @@ debian_regs () { #Release: testing/unstable #Codename: n/a if [ "x${deb_lsb_rs}" = "xtesting_unstable" ] ; then - deb_distro="jessie" + deb_distro="stretch" fi fi @@ -339,9 +339,10 @@ debian_regs () { squeeze|wheezy|jessie|stretch|sid) unset warn_eol_distro ;; - utopic|vivid) + utopic|vivid|wily) #14.10 (EOL: July 2015) #15.04 (EOL: January 2016) + #15.10 (EOL: July 2016) unset warn_eol_distro ;; trusty)