Merge branch '@all-for-repos' into wildrepos

Conflicts:
	src/gl-compile-conf
This commit is contained in:
Sitaram Chamarty 2009-12-21 23:02:02 +05:30
commit 203d5690be
4 changed files with 64 additions and 28 deletions

View file

@ -193,8 +193,11 @@ sub parse_conf_file
{
# grab the list and expand any @stuff in it
@repos = split ' ', $1;
@repos = expand_list ( @repos );
if (@repos == 1 and $repos[0] eq '@all') {
@repos = keys %repos;
} else {
@repos = expand_list ( @repos );
}
s/\bCREAT[EO]R\b/\$creater/g for @repos;
}
# actual permission line