Go to file
Tommi Virtanen fd11351859 Use separate temp directories for separate tests.
Makes unit tests for the previous commit work even when not run alone.
Should have done this from the beginning, but didn't find the trick
for getting the module name.
2007-09-01 16:44:28 -07:00
debian Typo in debian/control. 2007-08-29 21:15:48 -07:00
gitosis Use separate temp directories for separate tests. 2007-09-01 16:44:28 -07:00
.gitignore Add debianization. 2007-08-28 21:38:49 -07:00
COPYING Add a formal license file. 2007-08-28 21:44:30 -07:00
example.conf Add `gitosis-gitweb`, for writing gitweb project lists. 2007-06-05 13:39:24 +03:00
README.rst Update notes. 2007-06-05 13:41:04 +03:00
setup.py Add `gitosis-gitweb`, for writing gitweb project lists. 2007-06-05 13:39:24 +03:00
TODO.rst Update notes. 2007-06-05 13:41:04 +03:00

==========================================================
 ``gitosis`` -- software for hosting ``git`` repositories
==========================================================

Example configuration:

.. include:: example.conf
   :literal:

TODO
====

gitosis-lint: check that the user account (e.g. ``git``) looks valid

gitosis-init: create repo with conf+keydir

gitosis-create-repositories: create repos mentioned in config if
they don't exist

make git hook: update authorized_keys

make git hook: update config file

git-daemon-export-ok