Skip to content

Commit cd57449

Browse files
committed
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
1 parent 3480093 commit cd57449

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

files/debs/nova

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ mysql-server # NOPRIME
1717
parted
1818
pm-utils
1919
python3-mysqldb
20-
qemu # dist:wheezy,jessie NOPRIME
2120
qemu-kvm # NOPRIME
2221
rabbitmq-server # NOPRIME
2322
socat # used by ajaxterm

stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ write_devstack_version
221221

222222
# Warn users who aren't on an explicitly supported distro, but allow them to
223223
# 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
225225
echo "WARNING: this script has not been tested on $DISTRO"
226226
if [[ "$FORCE" != "yes" ]]; then
227227
die $LINENO "If you wish to run this script anyway run with FORCE=yes"

0 commit comments

Comments
 (0)