diff options
author | Tommi Virtanen <tv@eagain.net> | 2007-08-29 21:16:17 -0700 |
---|---|---|
committer | Tommi Virtanen <tv@eagain.net> | 2007-08-29 21:16:17 -0700 |
commit | 63835763b134d0a3b7c544e08958074cb4b95e94 (patch) | |
tree | fb6cb6457c58f99eff0dd7c7357fcf0514a6235e /gitosis | |
parent | Typo in debian/control. (diff) | |
download | gitosis-dakkar-63835763b134d0a3b7c544e08958074cb4b95e94.tar.gz gitosis-dakkar-63835763b134d0a3b7c544e08958074cb4b95e94.tar.bz2 gitosis-dakkar-63835763b134d0a3b7c544e08958074cb4b95e94.zip |
Fix gitosis-gitweb docstring to match default repository path.
Diffstat (limited to 'gitosis')
-rw-r--r-- | gitosis/gitweb.py | 4 |
1 files 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. |