Add Git commit and tag signing to Inferencium repositories globally.
This commit is contained in:
parent
fc2cdd7af4
commit
cd27029c6c
@ -4,10 +4,25 @@
|
|||||||
# Copyright 2022-2023 Jake Winters
|
# Copyright 2022-2023 Jake Winters
|
||||||
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
||||||
|
|
||||||
# Version: 2.0.0.2
|
# Version: 3.0.0.3
|
||||||
|
|
||||||
|
|
||||||
# Inferencium
|
# Inferencium
|
||||||
|
[commit]
|
||||||
|
gpgSign = true
|
||||||
|
|
||||||
|
|
||||||
|
[tag]
|
||||||
|
gpgSign = true
|
||||||
|
|
||||||
|
|
||||||
|
[gpg]
|
||||||
|
format = ssh
|
||||||
|
|
||||||
|
[gpg "ssh"]
|
||||||
|
allowedSignersFile = ~/.ssh/allowed_signers
|
||||||
|
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
name = inference
|
name = inference
|
||||||
email = admin@inferencium.net
|
email = admin@inferencium.net
|
||||||
|
Loading…
x
Reference in New Issue
Block a user