summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-13 16:31:44 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-13 16:31:44 +0100
commit4bfa9bb152fdc4ffe26f8985e3e005137bad7fb4 (patch)
tree1f803faf5ffa11f1c7896a8d32062344fc9a164d
parentceb0f917bf881a65fb254468ab4c0175d4b88798 (diff)
downloadtrove-setup-4bfa9bb152fdc4ffe26f8985e3e005137bad7fb4.tar.gz
Missing deps
-rwxr-xr-xbins/trove-early-setup8
1 files changed, 3 insertions, 5 deletions
diff --git a/bins/trove-early-setup b/bins/trove-early-setup
index 9c8fd65..e74d6e3 100755
--- a/bins/trove-early-setup
+++ b/bins/trove-early-setup
@@ -28,16 +28,14 @@ $(eval $(foreach USER,$(USERS),$(call make_user_rules,$(USER))))
users: $(ALL_USER_TARGETS)
gitano-setup: /home/git/.gitano-setup
-/home/git/.gitano-setup:
+/home/git/.gitano-setup: users
su -c 'gitano-setup /etc/gitano-setup.clod' - git
touch $@
-gitano-configured: gitano-lorry-setup
-
gitano-lorry-setup: /home/git/.gitano-lorry-setup
-
-/home/git/.gitano-lorry-setup:
+/home/git/.gitano-lorry-setup: gitano-setup
cp /home/lorry/.ssh/id_rsa.pub /tmp/lorry.pub
su -c 'ssh git@localhost as lorry sshkey add trove < /tmp/lorry.pub' - git
rm /tmp/lorry.pub
+gitano-configured: gitano-lorry-setup