From f86439db0369a9bf09b04d96f7c0010b306f5037 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sat, 31 Oct 2009 23:01:48 +0100 Subject: [PATCH] Girocco::Config: Adjust default configuration to be more self-consistent --- Girocco/Config.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Girocco/Config.pm b/Girocco/Config.pm index 08b4582..454b5a9 100644 --- a/Girocco/Config.pm +++ b/Girocco/Config.pm @@ -13,7 +13,7 @@ our $name = "repo.or.cz"; our $title = "Public Git Hosting"; # Path to the Git binary to use (you MUST set this, even if to /usr/bin/git!) -our $git_bin = '/home/pasky/bin/git'; +our $git_bin = '/usr/bin/git'; # E-mail of the site admin our $admin = 'pasky@suse.cz'; @@ -63,13 +63,13 @@ our $reporoot = "/srv/git"; our $chroot = "/home/repo/j"; # The gitweb files web directory (corresponds to $gitwebfiles) -our $webroot = "/home/pasky/WWW/repo"; +our $webroot = "/home/repo/WWW"; # The CGI-enabled web directory (corresponds to $gitweburl and $webadmurl) -our $cgiroot = "/home/pasky/WWW/repo"; +our $cgiroot = "/home/repo/WWW"; # A web-accessible symlink to $reporoot (corresponds to $httppullurl, can be undef) -our $webreporoot = "/home/pasky/WWW/repo/r"; +our $webreporoot = "/home/repo/WWW/r"; ## URL addresses -- 2.11.4.GIT