130131132133134135136
Repo repo = catalog.getRepository( repoName ); if( repo == null ) return null; return new RepoBuilder().format( repo ); }