diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-11 21:38:26 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-11 21:38:26 -0300 |
commit | 3f1168d2b0788e3fc9c5923fc9dfbaafe06f8c31 (patch) | |
tree | 4314c1700ec1b2a15ad9282e704e8549a634bfaf | |
parent | ad233fd5e162339df77ab44243d2653baab7ebfd (diff) |
Appropiately call the update hook
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | git-hooks/hackers-update (renamed from git-hooks/post-receive) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -44,6 +44,6 @@ install: check chmod 700 $(PREFIX) && \ chmod 700 .ssh && \ chmod 600 .ssh/authorized_keys && \ - ln -s $(PREFIX)/.ssh/git-hooks/* hackers.git/hooks/ && \ + ln -s $(PREFIX)/.ssh/git-hooks/hackers-update hackers.git/hooks/post-receive && \ ln -s $(PREFIX)/.ssh/git-shell-commands && \ chown -R $(USER):$(USER) $(PREFIX) diff --git a/git-hooks/post-receive b/git-hooks/hackers-update index b78c54d..b78c54d 100755 --- a/git-hooks/post-receive +++ b/git-hooks/hackers-update |