Skip to content

Commit 7786625

Browse files
committed
Update supported Fedora releases
Fedora 27 has now hit EOL [1] while Fedora 29 has been released [2]. [1] https://fedoramagazine.org/fedora-27-end-of-life/ [2] https://fedoramagazine.org/announcing-fedora-29/ Change-Id: I12e287e36f01581f1c7145545ab05be527ed15c6
1 parent 5d7d891 commit 7786625

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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} =~ (xenial|artful|bionic|stretch|jessie|f27|f28|opensuse-42.3|opensuse-15.0|opensuse-tumbleweed|rhel7) ]]; then
224+
if [[ ! ${DISTRO} =~ (xenial|artful|bionic|stretch|jessie|f28|f29|opensuse-42.3|opensuse-15.0|opensuse-tumbleweed|rhel7) ]]; 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)