From c80e8e6caebc7448c5117c058b9975d75521291c Mon Sep 17 00:00:00 2001 From: rallytime Date: Wed, 21 Dec 2016 11:19:18 -0700 Subject: [PATCH] Remove Ubuntu 15 from ubuntu_codename_translation function --- bootstrap-salt.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 46b0a76..65f69ac 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -1258,13 +1258,6 @@ __ubuntu_codename_translation() { "14") DISTRO_CODENAME="trusty" ;; - "15") - if [ -n "$_april" ]; then - DISTRO_CODENAME="vivid" - else - DISTRO_CODENAME="wily" - fi - ;; "16") DISTRO_CODENAME="xenial" ;;