first --repo switch was missing for repoclosure
This commit is contained in:
parent
baf4893850
commit
86fe08f26a
1 changed files with 2 additions and 1 deletions
|
@ -791,7 +791,7 @@ class RepoSync:
|
|||
repoclosure_entry_name
|
||||
)
|
||||
repoclosure_cmd = ('/usr/bin/dnf repoclosure {} '
|
||||
'--repofrompath={},file://{}/{}/{}/os --check={} {} '
|
||||
'--repofrompath={},file://{}/{}/{}/os --repo={} --check={} {} '
|
||||
'| tee -a {}/{}-repoclosure-{}.log').format(
|
||||
repoclosure_arch_list,
|
||||
repo,
|
||||
|
@ -799,6 +799,7 @@ class RepoSync:
|
|||
repo,
|
||||
arch,
|
||||
repo,
|
||||
repo,
|
||||
join_repo_comb,
|
||||
log_root,
|
||||
repo,
|
||||
|
|
Loading…
Reference in a new issue