Skip to content

Commit

Permalink
explicitly enable the repo to be checked during closure
Browse files Browse the repository at this point in the history
otherwise dnf happily will check nothing if the repo does not exist
  • Loading branch information
evgeni committed Dec 5, 2023
1 parent fbcb2b6 commit f49b5fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions obal/data/modules/repoclosure.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def main():

for name in check:
command.extend(['--check', name])
command.extend(['--repo', name])

for repo in additional_repos:
command.extend(['--repofrompath', '{},{}'.format(repo['name'], repo['url'])])
Expand Down

0 comments on commit f49b5fd

Please sign in to comment.