log.info("Content source [" + contentSource.getName()
+ "] is already being synchronized - this sync request will be ignored.");
return false;
}
RepoSourceSynchronizer repoSourceSynchronizer = new RepoSourceSynchronizer(contentSource, provider);
repoSourceSynchronizer.synchronizeCandidateRepos(progress);
results.setStatus(ContentSyncStatus.SUCCESS);
results.setResults(progress.toString());
} catch (Throwable t) {
if (results != null) {