mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-05 07:55:00 -04:00
GPG verification for all platform repositories
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
7854c05aa4
commit
3618774d9f
10 changed files with 71 additions and 37 deletions
|
@ -120,7 +120,7 @@ gpgVerifyGitHead() {
|
|||
fi;
|
||||
#git -C $1 log --show-signature -1;
|
||||
else
|
||||
echo -e "\e[0;33mWARNING: ~/.gnupg is unavailable, GPG verification of $1 will not be performed!\e[0m";
|
||||
echo -e "\e[0;33mWARNING: keyring is unavailable, GPG verification of $1 will not be performed!\e[0m";
|
||||
fi;
|
||||
}
|
||||
export -f gpgVerifyGitHead;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue