mirror of
https://github.com/onionshare/onionshare.git
synced 2025-04-29 14:19:30 -04:00
Merge pull request #2002 from onionshare/mig/add-my-gpg-subkey-to-build-source.sh
Some checks are pending
Build / build-win64 (push) Waiting to run
Build / build-mac-intel (push) Waiting to run
Build / build-flatpak (push) Waiting to run
Build / build-snap (push) Waiting to run
CodeQL / Analyze (push) Waiting to run
Run Tests / test-cli (push) Waiting to run
Run Tests / test-desktop (push) Waiting to run
Some checks are pending
Build / build-win64 (push) Waiting to run
Build / build-mac-intel (push) Waiting to run
Build / build-flatpak (push) Waiting to run
Build / build-snap (push) Waiting to run
CodeQL / Analyze (push) Waiting to run
Run Tests / test-cli (push) Waiting to run
Run Tests / test-desktop (push) Waiting to run
Add my GPG subkey id to build-source.sh for verifying tag
This commit is contained in:
commit
47abe542ff
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ then
|
||||||
echo "Tag does not verify"
|
echo "Tag does not verify"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
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 ]
|
if [ $? -ne 0 ]
|
||||||
then
|
then
|
||||||
echo "Tag signed with wrong key"
|
echo "Tag signed with wrong key"
|
||||||
|
|
Loading…
Add table
Reference in a new issue