diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-12-18 01:14:14 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2007-12-18 01:14:14 -0800 |
commit | 0ac3f7ff39ef36a90011fbae9ab5392a7d97d093 (patch) | |
tree | 2a80b4577160eaf9ede4d8d26a004566673e126b /gitosis/gitweb.py | |
parent | Add more testcases, and add coverage exclusion notations on places where we d... (diff) | |
download | gitosis-dakkar-0ac3f7ff39ef36a90011fbae9ab5392a7d97d093.tar.gz gitosis-dakkar-0ac3f7ff39ef36a90011fbae9ab5392a7d97d093.tar.bz2 gitosis-dakkar-0ac3f7ff39ef36a90011fbae9ab5392a7d97d093.zip |
Fix tabs for spaces.
Diffstat (limited to 'gitosis/gitweb.py')
-rw-r--r-- | gitosis/gitweb.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gitosis/gitweb.py b/gitosis/gitweb.py index 271e1bd..25076b1 100644 --- a/gitosis/gitweb.py +++ b/gitosis/gitweb.py @@ -5,18 +5,18 @@ To plug this into ``gitweb``, you have two choices. - The global way, edit ``/etc/gitweb.conf`` to say:: - $projects_list = "/path/to/your/projects.list"; + $projects_list = "/path/to/your/projects.list"; Note that there can be only one such use of gitweb. - The local way, create a new config file:: - do "/etc/gitweb.conf" if -e "/etc/gitweb.conf"; - $projects_list = "/path/to/your/projects.list"; + 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 ``~/repositories`` # but you need to expand the tilde here - $projectroot = "/path/to/your/repositories"; + $projectroot = "/path/to/your/repositories"; Then in your web server, set environment variable ``GITWEB_CONFIG`` to point to this file. |