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
This commit is contained in:
parent
3480093b93
commit
cd57449c9f
@ -17,7 +17,6 @@ mysql-server # NOPRIME
|
|||||||
parted
|
parted
|
||||||
pm-utils
|
pm-utils
|
||||||
python3-mysqldb
|
python3-mysqldb
|
||||||
qemu # dist:wheezy,jessie NOPRIME
|
|
||||||
qemu-kvm # NOPRIME
|
qemu-kvm # NOPRIME
|
||||||
rabbitmq-server # NOPRIME
|
rabbitmq-server # NOPRIME
|
||||||
socat # used by ajaxterm
|
socat # used by ajaxterm
|
||||||
|
2
stack.sh
2
stack.sh
@ -221,7 +221,7 @@ write_devstack_version
|
|||||||
|
|
||||||
# Warn users who aren't on an explicitly supported distro, but allow them to
|
# Warn users who aren't on an explicitly supported distro, but allow them to
|
||||||
# override check and attempt installation with ``FORCE=yes ./stack``
|
# override check and attempt installation with ``FORCE=yes ./stack``
|
||||||
if [[ ! ${DISTRO} =~ (bionic|focal|stretch|jessie|f30|f31|opensuse-15.0|opensuse-15.1|opensuse-tumbleweed|rhel8) ]]; then
|
if [[ ! ${DISTRO} =~ (bionic|focal|f30|f31|opensuse-15.0|opensuse-15.1|opensuse-tumbleweed|rhel8) ]]; then
|
||||||
echo "WARNING: this script has not been tested on $DISTRO"
|
echo "WARNING: this script has not been tested on $DISTRO"
|
||||||
if [[ "$FORCE" != "yes" ]]; then
|
if [[ "$FORCE" != "yes" ]]; then
|
||||||
die $LINENO "If you wish to run this script anyway run with FORCE=yes"
|
die $LINENO "If you wish to run this script anyway run with FORCE=yes"
|
||||||
|
Loading…
Reference in New Issue
Block a user