X-Git-Url: http://git.pld-linux.org/?p=packages%2Fgit-core.git;a=blobdiff_plain;f=gitolite.pl;h=b77b8c489ec7187ef055bcb77f76af7e9975576f;hp=76e0e257bfd462a07b2f24eae27ea1b3c2576836;hb=d500b766b7ae3cfac66cd8207208d78d77d11c69;hpb=0328cfedafa20cd8e69dc5064c4e0b2ef9ba3711 diff --git a/gitolite.pl b/gitolite.pl index 76e0e25..b77b8c4 100644 --- a/gitolite.pl +++ b/gitolite.pl @@ -1,3 +1,4 @@ +# http://gitolite.com/gitolite/gitweb.conf.html # ---------------------------------------------------------------------- # Per-repo authorization for gitweb using gitolite v3 access rules @@ -10,9 +11,9 @@ # 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