Fix syntax errors
[gitolite-hooks.git] / README.md
index feeed2fa83e24e5c10cf1c8e660335da8af5c954..bc948c26513c06f1134acbf4bfb4898dc3f23a10 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,6 +3,9 @@ CTPUG gitolite hooks
 
 This repository is to track the various git hooks used by the CTPUG git infrastructure.
 
+We don't use the gitolite hooks via admin option, because it requires a less standard
+config.
+
 These hooks are not automatically installed / deployed - that requires manual intervention
 on the actual server.
 
@@ -17,9 +20,21 @@ This handles posting commit messages to IRC via irker.
 
 This handles posting commit messages to Slack using the slack webhook interface
 
+### post-receive
+
+This is the global post-receive hook that dispatches messages to the appropriate
+notifiers if the config option is specified.
+
 Scripts
 ------
 
 ### check-deploy
 
 This can be run on the server to report any outdated hooks.
+
+check-deploy asumes that the hooks repo is checked out on the server to ~/local/gitolite-hooks
+
+
+Run
+`gitolite setup -ho`
+as the git user to setup any new hooks correctly.