I am not sure this is the correct tracker, so can move to the correct one when directed.
https://www.centos.org/download/ is missing documentation links for Stream 8 and 9. There are ones for 7. People in centos-qa thought they should be there, so I am checkign to see :100: 1. if a playbook run removed them 2. what git repository to look at for reasons in the futuree 3. what variables needed to be set to make the links work.
Research done with @carlgeorge and answers are: 1. was like this already 2. https://git.centos.org/centos/centos.org 3. _data/centos/distributions.yml
diff --git a/_data/centos/distributions.yml b/_data/centos/distributions.yml index 45c0515..4eb3625 100644 --- a/_data/centos/distributions.yml +++ b/_data/centos/distributions.yml @@ -85,9 +85,9 @@ containers: "https://quay.io/centos/centos:stream9" vagrant: "" docs: - - release_notes: "" - release_email: "" - website: "" + - release_notes: "https://blog.centos.org/2021/12/introducing-centos-stream-9/" + release_email: "https://lists.centos.org/pipermail/centos-announce/2021-December/060971.html" + website: "https://docs.centos.org/en-US/docs/" eol: - overview: | End of RHEL9 <a @@ -116,8 +116,8 @@ containers: "https://quay.io/centos/centos:stream8" vagrant: "" docs: - - release_notes: "" - release_email: "" + - release_notes: "https://wiki.centos.org/Manuals/ReleaseNotes/CentOSStream" + release_email: "https://lists.centos.org/pipermail/centos-announce/2019-September/023449.html" website: "https://docs.centos.org/" eol: - overview: ""
I was unabel to do so.. and then after posting I could not, it popped up.
https://git.centos.org/centos/centos.org/pull-request/165
Merged. Thanks.
Metadata Update from @zlopez: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.