aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2025-08-12 17:52:35 +0200
committerJonathan Corbet <corbet@lwn.net>2025-08-13 10:19:16 -0600
commit42e3f9f360e70bea4ee7d4e895f042d86ee11500 (patch)
treeddac9800e0dd851301351ce9b728ed281113e441 /scripts
parentscripts: sphinx-pre-install: fix rhel recomendations (diff)
downloadlinux-42e3f9f360e70bea4ee7d4e895f042d86ee11500.tar.gz
linux-42e3f9f360e70bea4ee7d4e895f042d86ee11500.zip
scripts: sphinx-pre-install: remove Scientific Linux
According with its website: https://scientificlinux.org/ Scientific Linux reached end of life in June 30, 2024. Also, it was based on RHEL 7, which is not compatible with our build system anymore. So, drop support for it. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/dde5e0c95017022840f8a522ce44759e51f52aa1.1754992972.git.mchehab+huawei@kernel.org
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/sphinx-pre-install.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/sphinx-pre-install.py b/scripts/sphinx-pre-install.py
index 1f64909953b9..cd9c83b17971 100755
--- a/scripts/sphinx-pre-install.py
+++ b/scripts/sphinx-pre-install.py
@@ -769,7 +769,6 @@ class SphinxDependencyChecker:
re.compile("openEuler"): self.give_redhat_hints,
re.compile("Oracle Linux Server"): self.give_redhat_hints,
re.compile("Rocky Linux"): self.give_redhat_hints,
- re.compile("Scientific Linux"): self.give_redhat_hints,
re.compile("Springdale Open Enterprise"): self.give_redhat_hints,
re.compile("Ubuntu"): self.give_debian_hints,