From dee99cd4f9f05158c6d7b5626d47b874b9819ff2 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 9 Mar 2016 19:11:56 -0300 Subject: Drop gitosis support --- templates/gitweb.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/gitweb.conf.erb b/templates/gitweb.conf.erb index 00f2053..d01f575 100644 --- a/templates/gitweb.conf.erb +++ b/templates/gitweb.conf.erb @@ -13,7 +13,7 @@ $git_temp = "/tmp"; $home_text = "indextext.html"; # file with project list; by default, simply scan the projectroot dir. -$projects_list = "/var/git/<% if implementation == 'gitosis' %><%= implementation %>/<% end %>projects.list"; +$projects_list = "/var/git/projects.list"; # stylesheet to use $stylesheet = "/gitweb.css"; -- cgit v1.2.3