From 63835763b134d0a3b7c544e08958074cb4b95e94 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Wed, 29 Aug 2007 21:16:17 -0700 Subject: [PATCH] Fix gitosis-gitweb docstring to match default repository path. --- gitosis/gitweb.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitosis/gitweb.py b/gitosis/gitweb.py index 01f13db..a814a35 100644 --- a/gitosis/gitweb.py +++ b/gitosis/gitweb.py @@ -14,9 +14,9 @@ To plug this into ``gitweb``, you have two choices. do "/etc/gitweb.conf" if -e "/etc/gitweb.conf"; $projects_list = "/path/to/your/projects.list"; # see ``repositories`` in the ``gitosis`` section - # of ``~/.gitosis.conf``; usually ``~/repos`` + # of ``~/.gitosis.conf``; usually ``~/repositories`` # but you need to expand the tilde here - $projectroot = "/path/to/your/repos"; + $projectroot = "/path/to/your/repositories"; Then in your web server, set environment variable ``GITWEB_CONFIG`` to point to this file.