Fixes for rawhide ostree sync

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2018-08-27 21:36:24 +00:00
parent 99fc4985c9
commit fc9b896bed

View file

@ -18,11 +18,13 @@ RAWHIDESOURCE = '/mnt/koji/compose/rawhide/'
FEDORADEST = '/pub/fedora/linux/updates/' FEDORADEST = '/pub/fedora/linux/updates/'
FEDORAMODDEST = '/pub/fedora/linux/modular/updates/' FEDORAMODDEST = '/pub/fedora/linux/modular/updates/'
FEDORAALTDEST = '/pub/fedora-secondary/updates/' FEDORAALTDEST = '/pub/fedora-secondary/updates/'
RAWHIDEDEST = '/pub/fedora/linux/development/'
RAWHIDEALTDEST = '/pub/fedora-secondary/development/'
EPELDEST = '/pub/epel/' EPELDEST = '/pub/epel/'
ATOMICSOURCE = '/mnt/koji/compose/atomic/repo/' ATOMICSOURCE = '/mnt/koji/compose/atomic/repo/'
ATOMICDEST = '/mnt/koji/atomic/repo/' ATOMICDEST = '/mnt/koji/atomic/repo/'
RELEASES = {'f30': {'topic': 'fedora', RELEASES = {'rawhide': {'topic': 'fedora',
'version': '30', 'version': 'rawhide',
'modules': ['fedora', 'fedora-secondary'], 'modules': ['fedora', 'fedora-secondary'],
'repos': {'rawhide': { 'repos': {'rawhide': {
'from': 'latest-Fedora-Rawhide', 'from': 'latest-Fedora-Rawhide',
@ -32,9 +34,9 @@ RELEASES = {'f30': {'topic': 'fedora',
{'ref': 'fedora/rawhide/x86_64/silverblue', {'ref': 'fedora/rawhide/x86_64/silverblue',
'dest': ATOMICDEST}], 'dest': ATOMICDEST}],
'to': [{'arches': ['x86_64', 'armhfp', 'aarch64', 'source'], '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'], {'arches': ['i386', 'ppc64le', 's390x'],
'dest': os.path.join(FEDORAALTDEST, '30', 'Everything')} 'dest': os.path.join(RAWHIDEALTDEST, 'rawhide', 'Everything')}
]}}, ]}},
}, },
'f29': {'topic': 'fedora', 'f29': {'topic': 'fedora',