mirror of
https://github.com/xcat2/xcat-dep.git
synced 2026-09-12 04:26:25 +00:00
fix(build-apt-repo): add ubuntu20.04/focal + default to xCAT Signing Key
Adds the missing focal (20.04) codename and switches the default apt signing identity from the legacy xcat@megware.com key to the xCAT Signing Key (64C82A868D818E69) so xcat-dep apt InRelease is signed by the same key as xcat-core apt. Signed-off-by: Daniel Hilst <392820+dhilst@users.noreply.github.com>
This commit is contained in:
+4
-1
@@ -9,11 +9,14 @@ fi
|
||||
|
||||
REPO_ROOT="$SCRIPT_DIR"
|
||||
APT_DIR=""
|
||||
GPG_KEY_ID="xcat@megware.com"
|
||||
# Default to the xCAT Signing Key (same key that signs xcat-core), NOT the legacy megware key,
|
||||
# so xcat-dep apt InRelease is signed by the same key as xcat-core apt. Override with --gpg-key-id.
|
||||
GPG_KEY_ID="64C82A868D818E69"
|
||||
SKIP_SIGN=0
|
||||
DRY_RUN=0
|
||||
|
||||
declare -A CODENAME_MAP=(
|
||||
[ubuntu20.04]=focal
|
||||
[ubuntu22.04]=jammy
|
||||
[ubuntu24.04]=noble
|
||||
[ubuntu26.04]=resolute
|
||||
|
||||
Reference in New Issue
Block a user