projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e53e6d3
)
scripts: sphinx-pre-install: remove Scientific Linux
author
Mauro Carvalho Chehab
<mchehab+huawei@kernel.org>
Tue, 12 Aug 2025 15:52:35 +0000
(17:52 +0200)
committer
Jonathan Corbet
<corbet@lwn.net>
Wed, 13 Aug 2025 16:19:16 +0000
(10:19 -0600)
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
scripts/sphinx-pre-install.py
patch
|
blob
|
history
diff --git
a/scripts/sphinx-pre-install.py
b/scripts/sphinx-pre-install.py
index
1f64909
..
cd9c83b
100755
(executable)
--- 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,