From 66f140597f236ba846626e252a86980bfb778434 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Wed, 3 Oct 2012 09:55:25 +0100 Subject: Fix up git user config --- bins/trove-early-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bins/trove-early-setup b/bins/trove-early-setup index 3faf3fb..d15bff6 100755 --- a/bins/trove-early-setup +++ b/bins/trove-early-setup @@ -44,8 +44,8 @@ $(eval $(foreach USER,$(USERS),$(call make_user_rules,$(USER)))) git-setup: /home/git/.git-setup /home/git/.git-setup: $(ALL_USER_TARGETS) - su -c 'git config user.name "Trove Git Controller"' - git - su -c 'git config user.email "git@trove"' - git + su -c 'git config --global user.name "Trove Git Controller"' - git + su -c 'git config --global user.email "git@trove"' - git gitano-setup: /home/git/.gitano-setup /home/git/.gitano-setup: git-setup -- cgit v1.2.1