1. Avoid conflicts with extra groups by creating them before installing system dependencies 2. Enable ssh signature in git Reviewed-on: #34 Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com> Co-committed-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
10 lines
127 B
Plaintext
10 lines
127 B
Plaintext
[commit]
|
|
gpgsign = true
|
|
[gpg]
|
|
format = ssh
|
|
[user]
|
|
email = {{email}}
|
|
name = {{name}}
|
|
signingKey = {{path-to-pub-ssh-key}}
|
|
|