From f9162a48354bb5535f8b5e7321d15dfb585f5b0b Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Thu, 13 Sep 2012 16:41:33 +0100 Subject: Need to unlock the git user once gitano is setup --- bins/trove-early-setup | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bins') diff --git a/bins/trove-early-setup b/bins/trove-early-setup index e74d6e3..2dab4ee 100755 --- a/bins/trove-early-setup +++ b/bins/trove-early-setup @@ -25,11 +25,10 @@ endef $(eval $(foreach USER,$(USERS),$(call make_user_rules,$(USER)))) -users: $(ALL_USER_TARGETS) - gitano-setup: /home/git/.gitano-setup -/home/git/.gitano-setup: users +/home/git/.gitano-setup: $(ALL_USER_TARGETS) su -c 'gitano-setup /etc/gitano-setup.clod' - git + passwd -u git touch $@ gitano-lorry-setup: /home/git/.gitano-lorry-setup -- cgit v1.2.1