]> git.pld-linux.org Git - packages/git-core.git/blobdiff - gitolite.pl
package zsh completion
[packages/git-core.git] / gitolite.pl
index 76e0e257bfd462a07b2f24eae27ea1b3c2576836..b77b8c489ec7187ef055bcb77f76af7e9975576f 100644 (file)
@@ -1,3 +1,4 @@
+# http://gitolite.com/gitolite/gitweb.conf.html
 # ----------------------------------------------------------------------
 
 # Per-repo authorization for gitweb using gitolite v3 access rules
 # ----------------------------------------------------------------------
 
 # Per-repo authorization for gitweb using gitolite v3 access rules
@@ -10,9 +11,9 @@
 # values in the code below:
 
 BEGIN {
 # values in the code below:
 
 BEGIN {
-       $ENV{HOME} = '/home/git';   # or whatever is the hosting user's $HOME
-       $ENV{GL_BINDIR} = '/full/path/to/gitolite/src';
-       $ENV{GL_LIBDIR} = '/full/path/to/gitolite/src/lib';
+       $ENV{HOME} = '/home/services/git';   # or whatever is the hosting user's $HOME
+       $ENV{GL_BINDIR} = '/usr/share/gitolite';
+       $ENV{GL_LIBDIR} = '/usr/share/gitolite/lib';
 }
 
 # Pull in gitolite's perl API module.  Among other things, this also sets the
 }
 
 # Pull in gitolite's perl API module.  Among other things, this also sets the
This page took 0.087725 seconds and 4 git commands to generate.