[packages/gitolite3] paths from package

glen glen at pld-linux.org
Thu Jun 11 23:12:47 CEST 2015


commit 498514bb6587b61e4040c45353ca1a4560a5aabe
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Fri Jan 31 23:19:19 2014 +0200

    paths from package

 gitolite.pl | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gitolite3.git/commitdiff/5428611b5c1b863482d14a4cb1651d972311db81



More information about the pld-cvs-commit mailing list