We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 863e293 commit 17bd4d3Copy full SHA for 17bd4d3
1 file changed
fedora_revdep_check.py
@@ -198,7 +198,7 @@ def _init_dnf(self):
198
print(f" Warning: Repository '{repo_id}' not found in configuration and no default available")
199
200
# Show warning if any repos were auto-created
201
- if repos_created:
+ if repos_created and self.verbose:
202
print(f"Warning: Using default configuration for repositories: {', '.join(repos_created)}")
203
print(" Consider installing the repository configuration in /etc/yum.repos.d/")
204
0 commit comments