Fix debuginfo repodata syncing
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
e45f763b19
commit
f184b79ac6
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ def sync_single_repo_arch(release, repo, arch, dest_path):
|
|||
results.append(rsync(os.path.join(source_path, 'debug', 'tree', 'Packages'),
|
||||
os.path.join(dest_path, 'debug')))
|
||||
results.append(rsync(os.path.join(source_path, 'debug', 'tree', 'repodata'),
|
||||
os.path.join(dest_path, 'debug', 'repodata'),
|
||||
os.path.join(dest_path, 'debug'),
|
||||
delete=True))
|
||||
results.append(rsync(os.path.join(source_path, 'debug', 'tree', 'Packages'),
|
||||
os.path.join(dest_path, 'debug'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue