[packages/git-core] paths from package

glen glen at pld-linux.org
Fri Jan 31 22:39:56 CET 2014


commit c018688b2145a287b725cfe5eb4750c832f8f7ac
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/git-core.git/commitdiff/642ee6ff9f0d494132a41cfc50305e6dd0ccbaf6



More information about the pld-cvs-commit mailing list