Properly migrate [gitosis] section

redis
Mike Kelly 2012-05-22 18:03:07 -04:00 committed by Sitaram Chamarty
parent 75387fd6cb
commit 62a66662be
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@ while (<>)
$groupname = '';
$reponame = $1;
$reponame =~ s/\.git$//;
} elsif (/^\[gitosis\]$/) {
$groupname = '';
$reponame = '@all';
} elsif (/^gitweb\s*=\s*yes/i) {
push @{$repos{$reponame}{R}}, 'gitweb';
} elsif (/^daemon\s*=\s*yes/i) {