diff --git a/ci/subst-release-info.py b/ci/subst-release-info.py index cb649c31f..db0a1a80b 100755 --- a/ci/subst-release-info.py +++ b/ci/subst-release-info.py @@ -4,8 +4,8 @@ import sys import re CATEGORIZE = { - r".centos(\d+).rpm$": "centos\\1_rpm", - r".fedora(\d+).rpm$": "fedora\\1_rpm", + r".centos(\d+)(:?\S+)?.rpm$": "centos\\1_rpm", + r".fedora(\d+)(:?\S+)?.rpm$": "fedora\\1_rpm", r".el(\d+).x86_64.rpm$": "centos\\1_rpm", r".fc(\d+).x86_64.rpm$": "fedora\\1_rpm", r".opensuse_leap.rpm$": "opensuse_leap_rpm", diff --git a/docs/install/linux.markdown b/docs/install/linux.markdown index 0793f302b..6c67389f9 100644 --- a/docs/install/linux.markdown +++ b/docs/install/linux.markdown @@ -84,7 +84,6 @@ you can try the AppImage download which should work on most Linux systems. |Ubuntu18 |[{{ ubuntu18_deb_stable_asset }}]({{ ubuntu18_deb_stable }}) |[{{ ubuntu18_deb_nightly_asset }}]({{ ubuntu18_deb_nightly }})| |Ubuntu20 |[{{ ubuntu20_deb_stable_asset }}]({{ ubuntu20_deb_stable }}) |[{{ ubuntu20_deb_nightly_asset }}]({{ ubuntu20_deb_nightly }})| |Ubuntu22 |[{{ ubuntu22_deb_stable_asset }}]({{ ubuntu22_deb_stable }}) |[{{ ubuntu22_deb_nightly_asset }}]({{ ubuntu22_deb_nightly }})| -|Debian9 |[{{ debian9_deb_stable_asset }}]({{ debian9_deb_stable }}) |*No longer supported*| |Debian10 |[{{ debian10_deb_stable_asset }}]({{ debian10_deb_stable }}) |[{{ debian10_deb_nightly_asset }}]({{ debian10_deb_nightly }})| |Debian11 |[{{ debian11_deb_stable_asset }}]({{ debian11_deb_stable }}) |[{{ debian11_deb_nightly_asset }}]({{ debian11_deb_nightly }})|