new-updates-sync: no longer need variable for SRPMS
We can just use the variable directly now, since we don't have to convert source to SRPMS. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
1e340f1c73
commit
2712b45bfd
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ def sync_single_repo(release, repo):
|
||||||
|
|
||||||
for archdef in RELEASES[release]['repos'][repo]['to']:
|
for archdef in RELEASES[release]['repos'][repo]['to']:
|
||||||
for arch in archdef['arches']:
|
for arch in archdef['arches']:
|
||||||
dest_path = os.path.join(archdef['dest'], destarch)
|
dest_path = os.path.join(archdef['dest'], arch)
|
||||||
results.append(sync_single_repo_arch(release, repo, arch, dest_path))
|
results.append(sync_single_repo_arch(release, repo, arch, dest_path))
|
||||||
|
|
||||||
stats = collect_stats(results)
|
stats = collect_stats(results)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue