From c7a36543ec2a0401e4c885d35caea0a9aceb7406 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Thu, 20 Feb 2025 13:47:38 +1100 Subject: [PATCH] Add my GPG subkey id to build-source.sh for verifying tag --- build-source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-source.sh b/build-source.sh index 887135a2..9610d52e 100755 --- a/build-source.sh +++ b/build-source.sh @@ -46,7 +46,7 @@ then echo "Tag does not verify" exit 1 fi -cat ../verify.txt | grep -e "using RSA key 927F419D7EC82C2F149C1BD1403C2657CD994F73" -e "using RSA key 2E530667425F4B93874935707B7F1772C0C6FCBF" +cat ../verify.txt | grep -e "using RSA key 927F419D7EC82C2F149C1BD1403C2657CD994F73" -e "using RSA key 2E530667425F4B93874935707B7F1772C0C6FCBF" -e "using RSA key 3804565A5EFA6C11AFDA0E5359B3F0C24135C6A9" if [ $? -ne 0 ] then echo "Tag signed with wrong key"