new-updates-sync: add syncing for F28AH updates ostree
Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
This commit is contained in:
parent
5611b18b64
commit
7d9ac8d314
1 changed files with 12 additions and 1 deletions
|
@ -22,7 +22,18 @@ ATOMICDEST = '/mnt/koji/atomic/repo/'
|
|||
RELEASES = {'f28': {'topic': 'fedora',
|
||||
'version': '28',
|
||||
'modules': ['fedora', 'fedora-secondary'],
|
||||
'repos': {'updates-testing': {
|
||||
'repos': {'updates': {
|
||||
'from': 'f28-updates',
|
||||
'ostrees': [{'ref': 'fedora/28/%(arch)s/updates/atomic-host',
|
||||
'dest': ATOMICDEST,
|
||||
'arches': ['x86_64', 'ppc64le', 'aarch64']},
|
||||
{'ref': 'fedora/28/x86_64/updates/workstation',
|
||||
'dest': ATOMICDEST}],
|
||||
# Hack around for the fact that ostree on f25 doesn't know links
|
||||
{'ref': 'fedora/28/x86_64/workstation',
|
||||
'dest': ATOMICDEST}],
|
||||
'to': []}},
|
||||
'updates-testing': {
|
||||
'from': 'f28-updates-testing',
|
||||
'ostrees': [{'ref': 'fedora/28/%(arch)s/testing/atomic-host',
|
||||
'dest': ATOMICDEST,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue