summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-13 16:41:33 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-13 16:41:33 +0100
commitf9162a48354bb5535f8b5e7321d15dfb585f5b0b (patch)
tree2d9064542452d060ab9cf79f351ab3accfcbd6c9
parent4bfa9bb152fdc4ffe26f8985e3e005137bad7fb4 (diff)
downloadtrove-setup-f9162a48354bb5535f8b5e7321d15dfb585f5b0b.tar.gz
Need to unlock the git user once gitano is setup
-rwxr-xr-xbins/trove-early-setup5
1 files changed, 2 insertions, 3 deletions
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