Fix typo
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
78c661da95
commit
3a16dff47a
1 changed files with 2 additions and 2 deletions
|
@ -217,7 +217,7 @@ def sync_single_repo_arch(release, repo, arch, dest_path):
|
|||
|
||||
results.append(rsync(os.path.join(source_path, maindir, 'Packages'),
|
||||
os.path.join(dest_path)))
|
||||
if do_rpms:
|
||||
if do_drpms:
|
||||
results.append(rsync(os.path.join(source_path, maindir, 'drpms'),
|
||||
os.path.join(dest_path)))
|
||||
if arch != 'source':
|
||||
|
@ -235,7 +235,7 @@ def sync_single_repo_arch(release, repo, arch, dest_path):
|
|||
results.append(rsync(os.path.join(source_path, maindir, 'Packages'),
|
||||
os.path.join(dest_path),
|
||||
delete=True))
|
||||
if do_rpms:
|
||||
if do_drpms:
|
||||
results.append(rsync(os.path.join(source_path, maindir, 'drpms'),
|
||||
os.path.join(dest_path),
|
||||
delete=True))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue