Switch to new signing key
This commit is contained in:
parent
d442f9f7d3
commit
49aa5d1fbc
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
[user]
|
||||
name = Jonathan Schleifer
|
||||
email = js@nil.im
|
||||
signingkey = 7395312F
|
||||
signingkey = EC9BE683
|
||||
|
||||
[color]
|
||||
ui = auto
|
||||
|
|
2
setup.sh
2
setup.sh
|
@ -35,7 +35,7 @@ if have fossil; then
|
|||
gpg="false"
|
||||
fi
|
||||
|
||||
gpg_key="7395312F"
|
||||
gpg_key="EC9BE683"
|
||||
if $gpg --list-secret-keys $gpg_key >/dev/null 2>&1; then
|
||||
fossil set --global pgp-command \
|
||||
"$gpg -u $gpg_key --clearsign -o"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue