it is not an error for a wildcard repository to not match any patterns... that just means it does not have any config keys defined

This commit is contained in:
Kevin P. Fleming 2010-06-28 15:16:55 -05:00 committed by Sitaram Chamarty
parent 3172c67dbe
commit 33d052dc7d

View file

@ -270,7 +270,6 @@ sub setup_repo_configs
last; last;
} }
} }
print STDERR "$WARN repo $repo created by $creator is wild but doesn't match any patterns\n" unless $repo_patt;
} else { } else {
$repo_patt ||= $repo; # just use the repo itself... $repo_patt ||= $repo; # just use the repo itself...
# XXX TODO there is a remote possibility of errors if you have a # XXX TODO there is a remote possibility of errors if you have a