}
progress.append(new Date()).append(": ");
progress.append("Asking content source for new repositories to import...\n");
RepoSource repoSource = (RepoSource) provider;
long start = System.currentTimeMillis();
// Call to the plugin
RepoImportReport report = repoSource.importRepos();
Subject overlord = subjectManager.getOverlord();
repoManager.processRepoImportReport(overlord, report, source.getId(), progress);
log.info("importRepos: [" + source.getName() + "]: report has been merged ("