1
1
Fork 0

Update commit signing key

This commit is contained in:
Jonathan Schleifer 2021-01-30 19:58:29 +00:00
parent 52089ca481
commit 9786b5c8b6

View file

@ -33,7 +33,7 @@ if have fossil; then
gpg=":"
fi
gpg_key="35E1AF8B"
gpg_key="7395312F"
if test $($gpg -a --export $gpg_key 2>/dev/null | wc -c) -gt 0; then
fossil set --global pgp-command \
"$gpg -u $gpg_key --clearsign -o"