diff options
author | Colin Guthrie <colin@mageia.org> | 2013-10-07 09:37:24 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-10-07 09:37:24 +0000 |
commit | b269d3f46f299e1123dacbf6be25f44abe1a305b (patch) | |
tree | 600c1f4be9b113142e7a3a21ee1287e0ebcd058e /deployment/mgagit/templates/git-post-receive-hook | |
parent | d5e0dd8658e99769b771da81fa4aeb479dbfb363 (diff) | |
download | puppet-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/git-post-receive-hook')
-rwxr-xr-x | deployment/mgagit/templates/git-post-receive-hook | 2 |
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 |