Adding ostree sync for rawhide
Changing atomic workstation to silverblue Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
parent
b905b04519
commit
ca3b247c3c
1 changed files with 20 additions and 4 deletions
|
@ -20,7 +20,23 @@ FEDORAALTDEST = '/pub/fedora-secondary/updates/'
|
||||||
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 = {'f29': {'topic': 'fedora',
|
RELEASES = {'f30': {'topic': 'fedora',
|
||||||
|
'version': '30',
|
||||||
|
'modules': ['fedora', 'fedora-secondary'],
|
||||||
|
'repos': {'rawhide': {
|
||||||
|
'from': 'f30',
|
||||||
|
'ostrees': [{'ref': 'fedora/rawhide/%(arch)s/atomic-host',
|
||||||
|
'dest': ATOMICDEST,
|
||||||
|
'arches': ['x86_64', 'ppc64le', 'aarch64']},
|
||||||
|
{'ref': 'fedora/rawhide/x86_64/silverblue',
|
||||||
|
'dest': ATOMICDEST}],
|
||||||
|
'to': [{'arches': ['x86_64', 'armhfp', 'aarch64', 'source'],
|
||||||
|
'dest': os.path.join(FEDORADEST, '30', 'Everything')},
|
||||||
|
{'arches': ['i386', 'ppc64le', 's390x'],
|
||||||
|
'dest': os.path.join(FEDORAALTDEST, '30', 'Everything')}
|
||||||
|
]}},
|
||||||
|
},
|
||||||
|
'f29': {'topic': 'fedora',
|
||||||
'version': '29',
|
'version': '29',
|
||||||
'modules': ['fedora', 'fedora-secondary'],
|
'modules': ['fedora', 'fedora-secondary'],
|
||||||
'repos': {'updates': {
|
'repos': {'updates': {
|
||||||
|
@ -28,10 +44,10 @@ RELEASES = {'f29': {'topic': 'fedora',
|
||||||
'ostrees': [{'ref': 'fedora/29/%(arch)s/updates/atomic-host',
|
'ostrees': [{'ref': 'fedora/29/%(arch)s/updates/atomic-host',
|
||||||
'dest': ATOMICDEST,
|
'dest': ATOMICDEST,
|
||||||
'arches': ['x86_64', 'ppc64le', 'aarch64']},
|
'arches': ['x86_64', 'ppc64le', 'aarch64']},
|
||||||
{'ref': 'fedora/29/x86_64/updates/workstation',
|
{'ref': 'fedora/29/x86_64/updates/silverblue',
|
||||||
'dest': ATOMICDEST},
|
'dest': ATOMICDEST},
|
||||||
# Hack around for the fact that ostree on f25 doesn't know links
|
# Hack around for the fact that ostree on f25 doesn't know links
|
||||||
{'ref': 'fedora/29/x86_64/workstation',
|
{'ref': 'fedora/29/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, '29', 'Everything')},
|
'dest': os.path.join(FEDORADEST, '29', 'Everything')},
|
||||||
|
@ -43,7 +59,7 @@ RELEASES = {'f29': {'topic': 'fedora',
|
||||||
'ostrees': [{'ref': 'fedora/29/%(arch)s/testing/atomic-host',
|
'ostrees': [{'ref': 'fedora/29/%(arch)s/testing/atomic-host',
|
||||||
'dest': ATOMICDEST,
|
'dest': ATOMICDEST,
|
||||||
'arches': ['x86_64', 'ppc64le', 'aarch64']},
|
'arches': ['x86_64', 'ppc64le', 'aarch64']},
|
||||||
{'ref': 'fedora/29/x86_64/testing/workstation',
|
{'ref': 'fedora/29/x86_64/testing/silverblue',
|
||||||
'dest': ATOMICDEST}],
|
'dest': ATOMICDEST}],
|
||||||
'to': [{'arches': ['x86_64', 'aarch64', 'armhfp', 'source'],
|
'to': [{'arches': ['x86_64', 'aarch64', 'armhfp', 'source'],
|
||||||
'dest': os.path.join(FEDORADEST, 'testing', '29', 'Everything')},
|
'dest': os.path.join(FEDORADEST, 'testing', '29', 'Everything')},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue