Syncing the sources rpms to source/tree instead of SRPMS

Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
Mohan Boddu 2021-06-29 11:16:49 -04:00 committed by mohanboddu
parent 48eff60f19
commit 1e340f1c73

View file

@ -312,7 +312,6 @@ 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']:
destarch = 'SRPMS' if arch == 'source' else arch
dest_path = os.path.join(archdef['dest'], destarch) dest_path = os.path.join(archdef['dest'], destarch)
results.append(sync_single_repo_arch(release, repo, arch, dest_path)) results.append(sync_single_repo_arch(release, repo, arch, dest_path))