aboutsummaryrefslogtreecommitdiff
path: root/gitosis/util.py
Commit message (Collapse)AuthorAge
* Fix typo that made push fail in writeAuthorizedKeys.Tommi Virtanen2007-12-31
|
* Make post-update hook reload config after writing it out.Tommi Virtanen2007-12-31
| | | | | | | | | Without this, any changes to repository settings would only be applied after one extra (non-empty) push. Add unit test coverage for the post-update hook. Make SSH authorized_keys path configurable, mostly for unit tests.
* Write gitweb projects.list to ~/gitosis, not inside the gitosis-admin repo.Tommi Virtanen2007-11-29
| | | | | | | | | | | | | | This allows running gitweb as a separate user without needing to allow it read access to gitosis-admin.git. Running as separate user will still most likely require a ``chgrp www-data`` of the relevant repositories, but nothing not already decided public needs to be exposed. Existing gitweb users will need to adjust their gitweb.conf to point to the new location of the projects.list file. Removing the old projects.list from ~git/repositories/gitosis-admin.git/projects.list is safe once gitweb has switched to using the new location.
* Move commonly used functions to gitosis.utilTommi Virtanen2007-09-01