Browse code

Stop claiming to support Debian distros

We haven't had a working job for stretch or jessie in years, attempts
to get things fixed have been dropped, set let's be honest and drop
those from our support list.

Change-Id: Ia6152be79f8044f7ff039ec0911ad4938d6271f4

Jens Harbott authored on 2020/06/23 15:08:13
Showing 2 changed files
... ...
@@ -17,7 +17,6 @@ mysql-server # NOPRIME
17 17
 parted
18 18
 pm-utils
19 19
 python3-mysqldb
20
-qemu # dist:wheezy,jessie NOPRIME
21 20
 qemu-kvm # NOPRIME
22 21
 rabbitmq-server # NOPRIME
23 22
 socat # used by ajaxterm
... ...
@@ -221,7 +221,7 @@ write_devstack_version
221 221
 
222 222
 # Warn users who aren't on an explicitly supported distro, but allow them to
223 223
 # override check and attempt installation with ``FORCE=yes ./stack``
224
-if [[ ! ${DISTRO} =~ (bionic|focal|stretch|jessie|f30|f31|opensuse-15.0|opensuse-15.1|opensuse-tumbleweed|rhel8) ]]; then
224
+if [[ ! ${DISTRO} =~ (bionic|focal|f30|f31|opensuse-15.0|opensuse-15.1|opensuse-tumbleweed|rhel8) ]]; then
225 225
     echo "WARNING: this script has not been tested on $DISTRO"
226 226
     if [[ "$FORCE" != "yes" ]]; then
227 227
         die $LINENO "If you wish to run this script anyway run with FORCE=yes"