Fixes for rawhide ostree sync
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
parent
99fc4985c9
commit
fc9b896bed
1 changed files with 6 additions and 4 deletions
|
@ -18,11 +18,13 @@ RAWHIDESOURCE = '/mnt/koji/compose/rawhide/'
|
|||
FEDORADEST = '/pub/fedora/linux/updates/'
|
||||
FEDORAMODDEST = '/pub/fedora/linux/modular/updates/'
|
||||
FEDORAALTDEST = '/pub/fedora-secondary/updates/'
|
||||
RAWHIDEDEST = '/pub/fedora/linux/development/'
|
||||
RAWHIDEALTDEST = '/pub/fedora-secondary/development/'
|
||||
EPELDEST = '/pub/epel/'
|
||||
ATOMICSOURCE = '/mnt/koji/compose/atomic/repo/'
|
||||
ATOMICDEST = '/mnt/koji/atomic/repo/'
|
||||
RELEASES = {'f30': {'topic': 'fedora',
|
||||
'version': '30',
|
||||
RELEASES = {'rawhide': {'topic': 'fedora',
|
||||
'version': 'rawhide',
|
||||
'modules': ['fedora', 'fedora-secondary'],
|
||||
'repos': {'rawhide': {
|
||||
'from': 'latest-Fedora-Rawhide',
|
||||
|
@ -32,9 +34,9 @@ RELEASES = {'f30': {'topic': 'fedora',
|
|||
{'ref': 'fedora/rawhide/x86_64/silverblue',
|
||||
'dest': ATOMICDEST}],
|
||||
'to': [{'arches': ['x86_64', 'armhfp', 'aarch64', 'source'],
|
||||
'dest': os.path.join(FEDORADEST, '30', 'Everything')},
|
||||
'dest': os.path.join(RAWHIDEDEST, 'rawhide', 'Everything')},
|
||||
{'arches': ['i386', 'ppc64le', 's390x'],
|
||||
'dest': os.path.join(FEDORAALTDEST, '30', 'Everything')}
|
||||
'dest': os.path.join(RAWHIDEALTDEST, 'rawhide', 'Everything')}
|
||||
]}},
|
||||
},
|
||||
'f29': {'topic': 'fedora',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue