Skip to content

Commit

Permalink
Merge c5d47c2 into 929f916
Browse files Browse the repository at this point in the history
  • Loading branch information
rbikar committed Sep 16, 2021
2 parents 929f916 + c5d47c2 commit 47effd9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ubipop/__init__.py
Expand Up @@ -297,6 +297,11 @@ def populate_ubi_repos(self):
right_config = self._get_config(
repo_set.out_repos.rpm.ubi_config_version, config
)
_LOG.info("Started population of repos:")
_LOG.info("\t%s", repo_set.out_repos.rpm.id)
_LOG.info("\t%s", repo_set.out_repos.source.id)
_LOG.info("\t%s", repo_set.out_repos.debug.id)

UbiPopulateRunner(
self.pulp,
self.pulp_client,
Expand Down

0 comments on commit 47effd9

Please sign in to comment.