Skip to content

Commit

Permalink
Update signing key name
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
hstct committed Nov 20, 2023
1 parent 7ede5be commit ab819e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulp_deb/tests/functional/sign_deb_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RELEASE_FILE="$(/usr/bin/readlink -f $1)"
OUTPUT_DIR="$(/usr/bin/mktemp -d)"
DETACHED_SIGNATURE_PATH="${OUTPUT_DIR}/Release.gpg"
INLINE_SIGNATURE_PATH="${OUTPUT_DIR}/InRelease"
GPG_KEY_ID="Pulp QE"
GPG_KEY_ID="pulp-fixture-signing-key"
COMMON_GPG_OPTS="--batch --armor --digest-algo SHA256"

# Create a detached signature
Expand Down

0 comments on commit ab819e7

Please sign in to comment.