From 418c5c3cfc5812f2ea1dfc5219c43ab549878062 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Mon, 4 Jun 2007 22:12:29 +0300 Subject: Add ``gitosis-gitweb``, for writing gitweb project lists. Takes the list of repositories to publish from the gitosis config file. --- example.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'example.conf') diff --git a/example.conf b/example.conf index 935dccc..b6654ef 100644 --- a/example.conf +++ b/example.conf @@ -1,5 +1,7 @@ [gitosis] repositories = repo +gitweb = no +# daemon-ok = no [group quux] members = jdoe wsmith @anothergroup @@ -8,8 +10,10 @@ readonly = xyzzy map writable visiblename1 = actualname1 map readonly visiblename2 = actualname2 -# [repo foo] +[repo foo] # description = blah blah +gitweb = yes +owner = John Doe # daemon-ok = no # [gitweb] -- cgit v1.2.3