add syncing for f27-updates
This commit is contained in:
parent
e72703fa06
commit
f5e62b5dbf
1 changed files with 10 additions and 1 deletions
|
@ -22,7 +22,16 @@ ATOMICDEST = '/mnt/koji/atomic/'
|
||||||
RELEASES = {'f27': {'topic': 'fedora',
|
RELEASES = {'f27': {'topic': 'fedora',
|
||||||
'version': '27',
|
'version': '27',
|
||||||
'modules': ['fedora', 'fedora-secondary'],
|
'modules': ['fedora', 'fedora-secondary'],
|
||||||
'repos': {'updates-testing': {
|
'repos': {'updates': {
|
||||||
|
'from': 'f27-updates',
|
||||||
|
'ostree': {'ref': 'fedora/27/x86_64/updates/atomic-host',
|
||||||
|
'dest': os.path.join(ATOMICDEST, '27')},
|
||||||
|
'to': [{'arches': ['x86_64', 'armhfp', 'source'],
|
||||||
|
'dest': os.path.join(FEDORADEST, '27')},
|
||||||
|
{'arches': ['aarch64', 'i386', 'ppc64', 'ppc64le', 's390x'],
|
||||||
|
'dest': os.path.join(FEDORAALTDEST, '27')}
|
||||||
|
]},
|
||||||
|
'updates-testing': {
|
||||||
'from': 'f27-updates-testing',
|
'from': 'f27-updates-testing',
|
||||||
'ostree': {'ref': 'fedora/27/x86_64/testing/atomic-host',
|
'ostree': {'ref': 'fedora/27/x86_64/testing/atomic-host',
|
||||||
'dest': os.path.join(ATOMICDEST, '27')},
|
'dest': os.path.join(ATOMICDEST, '27')},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue