Sync rawhide content to the right place
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
parent
ffaa05e029
commit
328128cc3f
1 changed files with 4 additions and 1 deletions
|
@ -344,6 +344,9 @@ 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
|
destarch = 'SRPMS' if arch == 'source' else arch
|
||||||
|
if repo == 'rawhide':
|
||||||
|
dest_path = os.path.join(archdef['dest'], destarch, 'os')
|
||||||
|
else:
|
||||||
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))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue