re-add dropped }
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
7db24487c4
commit
4540ba5db3
1 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ RELEASES = {'f28': {'topic': 'fedora',
|
|||
'repos': {'updates': {
|
||||
'from': 'f26-updates',
|
||||
'ostrees': [{'ref': 'fedora/26/x86_64/updates/atomic-host',
|
||||
'dest': '/mnt/koji/atomic/26/',
|
||||
'dest': '/mnt/koji/atomic/26/'},
|
||||
# Hack around for the fact that ostree on f25 doesn't know links
|
||||
{'ref': 'fedora/26/x86_64/atomic-host',
|
||||
'dest': '/mnt/koji/atomic/26/'}],
|
||||
|
@ -99,7 +99,7 @@ RELEASES = {'f28': {'topic': 'fedora',
|
|||
'updates-testing': {
|
||||
'from': 'f26-updates-testing',
|
||||
'ostrees': [{'ref': 'fedora/26/x86_64/testing/atomic-host',
|
||||
'dest': '/mnt/koji/atomic/26/'],
|
||||
'dest': '/mnt/koji/atomic/26/'}],
|
||||
'to': [{'arches': ['x86_64', 'armhfp', 'source'],
|
||||
'dest': os.path.join(FEDORADEST, 'testing', '26')},
|
||||
{'arches': ['aarch64', 'i386', 'ppc64', 'ppc64le'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue