diff options
author | Tharre <tharre3@gmail.com> | 2018-06-15 17:48:36 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-06-15 17:48:36 +0200 |
commit | d6b59feef7799dcd5ba14fc2c8754809daa4f3a2 (patch) | |
tree | 4aef9b89eade0b9e186a99b711970c0d8ae39023 | |
parent | ceb1f54a7c2519cab700bb5e5cdb6e01e364e46a (diff) | |
download | infrastructure-d6b59feef7799dcd5ba14fc2c8754809daa4f3a2.tar.gz infrastructure-d6b59feef7799dcd5ba14fc2c8754809daa4f3a2.tar.xz infrastructure-d6b59feef7799dcd5ba14fc2c8754809daa4f3a2.zip |
gitolite: enable hooks via gitolite-admin/local
-rw-r--r-- | roles/gitolite/templates/gitolite.rc.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/gitolite/templates/gitolite.rc.j2 b/roles/gitolite/templates/gitolite.rc.j2 index 9695d2f..39ad211 100644 --- a/roles/gitolite/templates/gitolite.rc.j2 +++ b/roles/gitolite/templates/gitolite.rc.j2 @@ -73,7 +73,7 @@ # or you can use this, which lets you put everything in a subdirectory # called "local" in your gitolite-admin repo. For a SECURITY WARNING # on this, see http://gitolite.com/gitolite/cust.html#pushcode - # LOCAL_CODE => "$rc{GL_ADMIN_BASE}/local", + LOCAL_CODE => "$rc{GL_ADMIN_BASE}/local", # ------------------------------------------------------------------ @@ -157,7 +157,7 @@ # 'cgit', # allow repo-specific hooks to be added - # 'repo-specific-hooks', + 'repo-specific-hooks', # performance, logging, monitoring... |