summaryrefslogtreecommitdiff
path: root/mdx1.swamid.se/overlay/etc
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2015-09-23 23:20:50 +0200
committerLeif Johansson <leifj@sunet.se>2015-09-23 23:20:50 +0200
commit4ab73f34b7d7a562b9b4d1ef15234c3d85b01a34 (patch)
tree9ef48bc9a18aaa2df597f647d9ba4535d347de7f /mdx1.swamid.se/overlay/etc
parenta7f14bed2d9ec18156c6806a18af9d6849a4ccda (diff)
ssh config for mds:ensunet-ops-2015-09-23-v28
Diffstat (limited to 'mdx1.swamid.se/overlay/etc')
-rw-r--r--mdx1.swamid.se/overlay/etc/gitweb.conf30
1 files changed, 0 insertions, 30 deletions
diff --git a/mdx1.swamid.se/overlay/etc/gitweb.conf b/mdx1.swamid.se/overlay/etc/gitweb.conf
deleted file mode 100644
index db6028a..0000000
--- a/mdx1.swamid.se/overlay/etc/gitweb.conf
+++ /dev/null
@@ -1,30 +0,0 @@
-# path to git projects (<project>.git)
-$projectroot = "/home/git/repositories";
-
-# directory to use for temp files
-$git_temp = "/tmp";
-
-# target of the home link on top of all pages
-#$home_link = $my_uri || "/";
-
-# html text to include at home page
-#$home_text = "indextext.html";
-
-# file with project list; by default, simply scan the projectroot dir.
-$projects_list = "/home/git/projects.list";
-
-# stylesheet to use
-#@stylesheets = ("static/gitweb.css");
-
-# javascript code for gitweb
-#$javascript = "static/gitweb.js";
-
-# logo to use
-#$logo = "static/git-logo.png";
-
-# the 'favicon'
-#$favicon = "static/git-favicon.png";
-
-# git-diff-tree(1) options to use for generated patches
-#@diff_opts = ("-M");
-@diff_opts = ();