Commit graph

15 commits

Author SHA1 Message Date
33c2f714a1 EPEL minor EOL: Fix link-dest flag
The link-dest flag must be either absolute or relative to the
destination directory (not the working directory).  Switch it to
absolute to ensure it's correct.

Signed-off-by: Carl George <carlwgeorge@gmail.com>
2026-05-05 09:19:38 +00:00
2e9db115d0 EPEL minor EOL: Drop matrix thread announcement, email is sufficient
Signed-off-by: Carl George <carlwgeorge@gmail.com>
2026-04-20 19:12:20 +00:00
18d2dd4590 EPEL minor EOL: Add RHEL buildroot pre-seeding section
Signed-off-by: Carl George <carlwgeorge@gmail.com>
2026-04-20 19:12:20 +00:00
a379587754 EPEL minor EOL: Run bodhi playbook with correct tags
Signed-off-by: Carl George <carlwgeorge@gmail.com>
2026-04-20 19:12:20 +00:00
a768df2dbf EPEL minor EOL: Run batcave playbook
Signed-off-by: Carl George <carlwgeorge@gmail.com>
2026-04-20 19:12:20 +00:00
3b5b4b11fb EPEL minor EOL: Run playbooks with rbac-playbook
Signed-off-by: Carl George <carlwgeorge@gmail.com>
2026-04-20 19:12:20 +00:00
6140d28ab0 EPEL minor EOL: Separate top level sections into preparatory steps and EOL day steps
Signed-off-by: Carl George <carlwgeorge@gmail.com>
2026-04-20 19:12:20 +00:00
ab1c99d345 EPEL minor EOL: Separate ansible changes into prepare and apply sections
Signed-off-by: Carl George <carlwgeorge@gmail.com>
2026-04-20 19:12:20 +00:00
d5e1c525bb EPEL minor EOL: Add Koschei section
Signed-off-by: Carl George <carlwgeorge@gmail.com>
2026-04-20 19:12:20 +00:00
2912ac8fd1 EPEL minor EOL: Use variables for EPEL versions
This also adds the epel_eol_minor variable, which is needed to reference
the release that is going EOL.

Signed-off-by: Carl George <carlwgeorge@gmail.com>
2026-04-20 19:12:20 +00:00
041ed682a7 EPEL minor EOL: Wrap long koji commands with line breaks
Signed-off-by: Carl George <carlwgeorge@gmail.com>
2026-04-20 19:12:20 +00:00
9b14cc59a4 EPEL minor EOL: Use consistent block attributes for console commands
Signed-off-by: Carl George <carlwgeorge@gmail.com>
2026-04-20 19:12:20 +00:00
2429f55afd EPEL minor EOL: Switch external link to internal cross reference
This was switched to a full URL in 8780187, but the correct fix for the
doc build error was to add another colon to indicate that the module was
in a separate repository.

We'll also include the separate repository in the content sources so
that the link works in the local preview.

https://docs.fedoraproject.org/en-US/fedora-docs/contributing-docs/asciidoc-markup/#external-antora-link

Signed-off-by: Carl George <carlwgeorge@gmail.com>
2026-04-20 19:12:20 +00:00
87801878bb Fix docs build errors and warnings.
Fix a bunch of errors and warnings:

Fixed two errors:
ERROR (asciidoctor): target of xref not found: epel:epel-policy.adoc#policy_for_end_of_life_releases
ERROR (asciidoctor): target of xref not found: fedora-docs::contributing-docs/asciidoc-markup.adoc

By linking to the URL directly, e.g. https://docs.fedoraproject.org/en-US/fedora-docs/contributing-docs/asciidoc-markup/
this is how it is done in many other locations in this document, so just
following that precedent.

fixed this warning:
WARN (asciidoctor): skipping reference to missing attribute: stable
there was no "stable" attribute, there was "current" so changed that to
that

Fixed 6 of the following warnings like:
WARN (asciidoctor): list item index: expected 1, got 2

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2026-02-23 20:21:14 +10:00
5acf648df8 Create initial EPEL minor version EOL process
Signed-off-by: Carl George <carlwgeorge@gmail.com>
2025-11-06 23:49:36 -06:00