From a98de20ab17b51c307454f095d37a2f9d1f71c55 Mon Sep 17 00:00:00 2001 From: "jrayhawk+piny.be@omgwallhack.org" Date: Wed, 27 Apr 2011 18:37:55 -0700 Subject: Correcting wrappergroup to use shortname --- libpiny/lib/Piny/Repo.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libpiny/lib/Piny/Repo.pm b/libpiny/lib/Piny/Repo.pm index 14a26d1..0f2ad99 100644 --- a/libpiny/lib/Piny/Repo.pm +++ b/libpiny/lib/Piny/Repo.pm @@ -578,12 +578,12 @@ sub _build_ikiwiki_setup { $config->{"wrappers"} = [ { "wrapper" => $s->ikiwiki_cgipath - , "wrappergroup" => $s->group->name + , "wrappergroup" => "git-" . $s->shortname , "wrappermode" => "06755" , "cgi" => 1 } , { "wrapper" => $s->path . "/hooks/post-update" - , "wrappergroup" => $s->group->name + , "wrappergroup" => "git-" . $s->shortname , "wrappermode" => "06755" , "notify" => 0 } -- cgit v1.2.3