Update commit signing key
This commit is contained in:
parent
52089ca481
commit
9786b5c8b6
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue