From e8f6d38da5f3fdd856ac41ef4ee08acce0fb9ad7 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Tue, 17 Sep 2024 11:35:08 +0200 Subject: [PATCH] gitconfig: Don't user private gpg key on buran --- tree/{.gitconfig => .gitconfig.tpl} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename tree/{.gitconfig => .gitconfig.tpl} (90%) diff --git a/tree/.gitconfig b/tree/.gitconfig.tpl similarity index 90% rename from tree/.gitconfig rename to tree/.gitconfig.tpl index e4849a3..37f0c4e 100644 --- a/tree/.gitconfig +++ b/tree/.gitconfig.tpl @@ -1,7 +1,9 @@ [user] - email = joakim@hulthe.net name = Joakim Hulthe +{% if hostname != "buran" %} + email = joakim@hulthe.net signingkey = joakim@hulthe.net +{% end %} [commit] gpgSign = true