change config ref
All checks were successful
mkdocs build / build (push) Successful in 30s

This commit is contained in:
Louis Abel 2024-05-29 15:40:51 -07:00
parent ff34d5ee9b
commit 45ced944cb
Signed by: label
GPG Key ID: 2A6975660E424560

View File

@ -104,6 +104,22 @@ required: False
description: For future use with icicle. description: For future use with icicle.
### gpg_key
type: List
required: False
description: List of GPG keys for a given repository
### repo_gpg_key
type: List
required: False
description: List of GPG keys for a given repository. Use this if the signing key for the repo is different from packages.
### allowed_arches ### allowed_arches
type: list type: list
@ -612,9 +628,6 @@ ISO images if applicable.
git_repo: 'https://git.rockylinux.org/staging/src/rocky-release.git' git_repo: 'https://git.rockylinux.org/staging/src/rocky-release.git'
git_raw_path: 'https://git.rockylinux.org/staging/src/rocky-release/-/raw/r9/' git_raw_path: 'https://git.rockylinux.org/staging/src/rocky-release/-/raw/r9/'
branch: 'r9' branch: 'r9'
gpg:
stable: 'SOURCES/RPM-GPG-KEY-Rocky-9'
testing: 'SOURCES/RPM-GPG-KEY-Rocky-9-Testing'
list: list:
- 'SOURCES/Contributors' - 'SOURCES/Contributors'
- 'SOURCES/COMMUNITY-CHARTER' - 'SOURCES/COMMUNITY-CHARTER'