forgot the trailing Everything dir
This commit is contained in:
parent
441be3d4ee
commit
7606be6195
1 changed files with 2 additions and 2 deletions
|
@ -33,9 +33,9 @@ RELEASES = {'f28': {'topic': 'fedora',
|
|||
{'ref': 'fedora/28/x86_64/workstation',
|
||||
'dest': ATOMICDEST}],
|
||||
'to': [{'arches': ['x86_64', 'armhfp', 'aarch64', 'source'],
|
||||
'dest': os.path.join(FEDORADEST, '28')},
|
||||
'dest': os.path.join(FEDORADEST, '28', 'Everything')},
|
||||
{'arches': ['i386', 'ppc64', 'ppc64le', 's390x'],
|
||||
'dest': os.path.join(FEDORAALTDEST, '28')}
|
||||
'dest': os.path.join(FEDORAALTDEST, '28', 'Everything')}
|
||||
]},
|
||||
'updates-testing': {
|
||||
'from': 'f28-updates-testing',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue