aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mgagit/templates
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2013-10-07 09:37:24 +0000
committerColin Guthrie <colin@mageia.org>2013-10-07 09:37:24 +0000
commitb269d3f46f299e1123dacbf6be25f44abe1a305b (patch)
tree600c1f4be9b113142e7a3a21ee1287e0ebcd058e /deployment/mgagit/templates
parentd5e0dd8658e99769b771da81fa4aeb479dbfb363 (diff)
downloadpuppet-b269d3f46f299e1123dacbf6be25f44abe1a305b.tar
puppet-b269d3f46f299e1123dacbf6be25f44abe1a305b.tar.gz
puppet-b269d3f46f299e1123dacbf6be25f44abe1a305b.tar.bz2
puppet-b269d3f46f299e1123dacbf6be25f44abe1a305b.tar.xz
puppet-b269d3f46f299e1123dacbf6be25f44abe1a305b.zip
mgagit: Keep the post commit stuff out of /usr/local/bin
Diffstat (limited to 'deployment/mgagit/templates')
-rwxr-xr-xdeployment/mgagit/templates/git-post-receive-hook2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/mgagit/templates/git-post-receive-hook b/deployment/mgagit/templates/git-post-receive-hook
index 01849ff4..72680d5a 100755
--- a/deployment/mgagit/templates/git-post-receive-hook
+++ b/deployment/mgagit/templates/git-post-receive-hook
@@ -4,7 +4,7 @@ import sys
import os
import re
-LIBDIR = '/usr/local/bin'
+LIBDIR = '<%= @gitolite_commonhooksdir %>'
sys.path.insert(0, LIBDIR)
import git_multimail