From 42ad719f4fb8075e42174c287529232c1919fb0e Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 9 Jan 2009 01:03:19 +0000 Subject: fixing variable naming, added gitweb_sitename option --- templates/web/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/web/config b/templates/web/config index 9bcaac0..5286f6a 100644 --- a/templates/web/config +++ b/templates/web/config @@ -4,7 +4,7 @@ do "/etc/gitweb.conf" if -e "/etc/gitweb.conf"; # Point to projects.list file generated by gitosis. # Here gitosis manages the user "git", who has a # home directory of /srv/example.com/git -$projects_list = "<%= _projects_list %>"; +$projects_list = "<%= projects_list %>"; # Where the actual repositories are located. $projectroot = "<%= projectroot %>"; @@ -28,3 +28,4 @@ $export_ok = "git-daemon-export-ok"; # Easier than having per-repository cloneurl files. @git_base_url_list = ('git://<%= gitweb_url %>'); +$GITWEB_SITENAME = "<%= gitweb_sitename %>" -- cgit v1.2.3