From 7e2dbd1a1a58d97d1b35d9bd5cfcc52ebfb2c653 Mon Sep 17 00:00:00 2001 From: Saptak S Date: Thu, 22 Feb 2024 20:30:25 +0530 Subject: Adds RSA key of Saptak to verify --- build-source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-source.sh b/build-source.sh index 7ca9e462..887135a2 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 "using RSA key 927F419D7EC82C2F149C1BD1403C2657CD994F73" +cat ../verify.txt | grep -e "using RSA key 927F419D7EC82C2F149C1BD1403C2657CD994F73" -e "using RSA key 2E530667425F4B93874935707B7F1772C0C6FCBF" if [ $? -ne 0 ] then echo "Tag signed with wrong key" -- cgit v1.2.3-54-g00ecf