resulting in this sort of complaint from repoquery:
stderr: Repository brew-task-repo-<nvr>-scratch is listed more than once in the configuration
stderr: Repository brew-task-repo-<nvr>-scratch is listed more than once in the configuration
looks like RepositoryFileProvider.fetch_contents() downloads the repo file directly into /etc/yum.repos.d/ and then later in PrepareArtifact.go() the repo gets installed again via guest.package_manager.install_repository(repo).
I don't think it breaks anything; it just complains. Should likely be Low priority.
resulting in this sort of complaint from repoquery:
looks like
RepositoryFileProvider.fetch_contents()downloads the repo file directly into/etc/yum.repos.d/and then later inPrepareArtifact.go()the repo gets installed again viaguest.package_manager.install_repository(repo).I don't think it breaks anything; it just complains. Should likely be Low priority.