From 2c44c27bd593c45e25ca1b1bd913c0a9a5e42736 Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Jun 15 2022 14:48:15 +0000 Subject: Document ELN Extras workflow Closes: #110 --- diff --git a/docs/eln_extras.md b/docs/eln_extras.md new file mode 100644 index 0000000..f4b19d6 --- /dev/null +++ b/docs/eln_extras.md @@ -0,0 +1,3 @@ +The SIG maintains a [workload](https://tiny.distro.builders/workload-overview--eln_extras_hyperscale--repository-fedora-eln.html) for [ELN Extras](https://docs.fedoraproject.org/en-US/eln/extras/), to ensure that packages we care about in Fedora and EPEL continue to build and work properly for the next CentOS major release. These packages are included in [Fedora ELN](https://docs.fedoraproject.org/en-US/eln/) composes. + +The set of packages is defined in [Content Resolver](https://github.com/minimization/content-resolver-input/blob/master/configs/eln_extras_hyperscale.yaml) and was orginally added in [PR#706](https://github.com/minimization/content-resolver-input/pull/706). diff --git a/mkdocs.yml b/mkdocs.yml index e58718b..b369502 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -13,6 +13,7 @@ nav: - Container images: containers.md - Spins: - Workstation LiveDVD: spins/workstation.md + - ELN Extras: eln_extras.md - SIG internal: - Meeting minutes: internal/meetings.md - Quarterly reports: internal/reports.md