From a194fba2ecd0252733c88b84ea0c795753a9543b Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Oct 14 2021 09:28:47 +0000 Subject: Fixed doc to ensure exclamation mark for gpg key selection Signed-off-by: Fabian Arrotin --- diff --git a/docs/buildsys/koji-cbs-sigs.md b/docs/buildsys/koji-cbs-sigs.md index 682bd39..18e5358 100644 --- a/docs/buildsys/koji-cbs-sigs.md +++ b/docs/buildsys/koji-cbs-sigs.md @@ -147,7 +147,7 @@ As we can see the key was created but we have first to unlock it now (in gpg-age # Unlocking the key key_id=$(gpg --list-keys | egrep -B 1 "${sig_name}"|head -n 1|awk '{print $2}'|cut -f 2 -d '/') test_file=$(mktemp) -timeout 30 gpg --batch --sign -b --use-agent --local-user ${key_id} ${test_file} && rm ${test_file} || echo "Signing failed" +timeout 30 gpg --batch --sign -b --use-agent --local-user ${key_id}! ${test_file} && rm ${test_file} && echo "Signing OK" || echo "Signing failed" ``` Now that CBS signing service is ready, we have to export the new key and so push it to the website (so that people can see it publicly to verify and also have it embedded in a centos-release-* rpm pkg :