From 45ced944cbfe83f6264e5f0d2bc88436caa1f70d Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Wed, 29 May 2024 15:40:51 -0700 Subject: [PATCH] change config ref --- .../references/empanadas_config.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/docs/documentation/references/empanadas_config.md b/docs/documentation/references/empanadas_config.md index e085cac..db4d790 100644 --- a/docs/documentation/references/empanadas_config.md +++ b/docs/documentation/references/empanadas_config.md @@ -104,6 +104,22 @@ required: False 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 type: list @@ -612,9 +628,6 @@ ISO images if applicable. git_repo: 'https://git.rockylinux.org/staging/src/rocky-release.git' git_raw_path: 'https://git.rockylinux.org/staging/src/rocky-release/-/raw/r9/' branch: 'r9' - gpg: - stable: 'SOURCES/RPM-GPG-KEY-Rocky-9' - testing: 'SOURCES/RPM-GPG-KEY-Rocky-9-Testing' list: - 'SOURCES/Contributors' - 'SOURCES/COMMUNITY-CHARTER'