Browse code

Merge "remove saucy support"

Jenkins authored on 2014/08/08 08:38:01
Showing 1 changed files
... ...
@@ -142,7 +142,7 @@ disable_negated_services
142 142
 
143 143
 # Warn users who aren't on an explicitly supported distro, but allow them to
144 144
 # override check and attempt installation with ``FORCE=yes ./stack``
145
-if [[ ! ${DISTRO} =~ (precise|saucy|trusty|7.0|wheezy|sid|testing|jessie|f19|f20|rhel6|rhel7) ]]; then
145
+if [[ ! ${DISTRO} =~ (precise|trusty|7.0|wheezy|sid|testing|jessie|f19|f20|rhel6|rhel7) ]]; then
146 146
     echo "WARNING: this script has not been tested on $DISTRO"
147 147
     if [[ "$FORCE" != "yes" ]]; then
148 148
         die $LINENO "If you wish to run this script anyway run with FORCE=yes"