179180181182183184185186187188189
} } } regenerateMetadataForGroups(); return new YumRepositoryImpl(getRepoDir(), repositoryId, getVersion()); } finally { mdUid.getLock().unlock(); } }
124125126127128129130131132
groupRepoMdUid.getLock().unlock(); } deleteYumTempDirs(); return new YumRepositoryImpl(repoBaseDir, groupRepository.getId(), null); } return null; }
4950515253545556
} private YumFileRepresentation createRepresentation(String filename) { return new YumFileRepresentation( new UrlPathInterpretation(null, filename, false), new YumRepositoryImpl(util.resolveFile("target/yum"), null, null) ); }