From 0946e037aafc6623c9620991d3719172ee991d71 Mon Sep 17 00:00:00 2001 From: chantra Date: Mar 24 2022 15:44:00 +0000 Subject: [PATCH 1/3] Enable admonition [Admonitions](https://squidfunk.github.io/mkdocs-material/reference/admonitions/) allows to declare note, warning, error, bug... text block to call out specific content. --- diff --git a/mkdocs.yml b/mkdocs.yml index 7edb00f..c37faf4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -41,3 +41,4 @@ markdown_extensions: - toc: baselevel: 4 permalink: true + - admonition From 86271055ab491655c6145b2cb0b4a061425b8518 Mon Sep 17 00:00:00 2001 From: chantra Date: Mar 24 2022 15:52:32 +0000 Subject: [PATCH 2/3] [building] Add note remembering to request epel{,-next} repos to be added when creating new tags --- diff --git a/docs/internal/building.md b/docs/internal/building.md index 9fc4c92..ac976b7 100644 --- a/docs/internal/building.md +++ b/docs/internal/building.md @@ -48,6 +48,9 @@ Note that `lookaside_upload` requires a valid CentOS certificate. All our build tags set the `%centos_hs` macro `1`, so that we can gate Hyperscale-specific behavior in package specs if needed. +!!! note + As explain in [CentOS-Infra #75](https://pagure.io/centos-infra/issue/715), when adding new tags, make sure to request that `epel` and `epel-next` repos are added to the tags. + ## CentOS Stream 9 We have two main build tags: From 3245360862fa1babd5c3d122c30aaf4400b7f2df Mon Sep 17 00:00:00 2001 From: chantra Date: Apr 05 2022 17:38:28 +0000 Subject: [PATCH 3/3] spelling --- diff --git a/docs/internal/building.md b/docs/internal/building.md index ac976b7..5376ecf 100644 --- a/docs/internal/building.md +++ b/docs/internal/building.md @@ -49,7 +49,7 @@ Note that `lookaside_upload` requires a valid CentOS certificate. All our build tags set the `%centos_hs` macro `1`, so that we can gate Hyperscale-specific behavior in package specs if needed. !!! note - As explain in [CentOS-Infra #75](https://pagure.io/centos-infra/issue/715), when adding new tags, make sure to request that `epel` and `epel-next` repos are added to the tags. + As explained in [CentOS-Infra #75](https://pagure.io/centos-infra/issue/715), when adding new tags, make sure to request that `epel` and `epel-next` repos are added to the tags. ## CentOS Stream 9