diff options
Diffstat (limited to 'virtual/packages/gitweb.conf')
-rw-r--r-- | virtual/packages/gitweb.conf | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/virtual/packages/gitweb.conf b/virtual/packages/gitweb.conf deleted file mode 100644 index 0d5f50d..0000000 --- a/virtual/packages/gitweb.conf +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | $git_temp = "/tmp"; | ||
2 | |||
3 | # The directories where your projects are. Must not end with a slash. | ||
4 | $projectroot = "/srv/git/repositories"; | ||
5 | |||
6 | $projects_list = "/srv/git/projects.list"; | ||
7 | $strict_export = "true"; | ||
8 | |||
9 | # Base URLs for links displayed in the web interface. | ||
10 | our @git_base_url_list = qw(ssh://gitolite@git.immae.eu https://git.immae.eu); | ||
11 | |||
12 | $feature{'blame'}{'default'} = [1]; | ||
13 | $feature{'avatar'}{'default'} = ['gravatar']; | ||
14 | $feature{'highlight'}{'default'} = [1]; | ||
15 | |||
16 | @stylesheets = ("gitweb-theme/gitweb.css"); | ||
17 | $logo = "gitweb-theme/git-logo.png"; | ||
18 | $favicon = "gitweb-theme/git-favicon.png"; | ||
19 | |||
20 | $javascript = "gitweb-theme/gitweb.js"; | ||
21 | $logo_url = "https://git.immae.eu/"; | ||
22 | $projects_list_group_categories = "true"; | ||
23 | $projects_list_description_width = 60; | ||
24 | $project_list_default_category = "__Others__"; | ||