Work around link missing on f25 ostree
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
e43b8f84b6
commit
7bc194f17a
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ RELEASES = {'f27': {'topic': 'fedora',
|
|||
'dest': os.path.join(ATOMICDEST, '27'),
|
||||
'arches': ['x86_64', 'ppc64le', 'aarch64']},
|
||||
{'ref': 'fedora/27/x86_64/updates/workstation',
|
||||
'dest': os.path.join(ATOMICDEST, 'workstation')},
|
||||
# Hack around for the fact that ostree on f25 doesn't know links
|
||||
{'ref': 'fedora/27/x86_64/workstation',
|
||||
'dest': os.path.join(ATOMICDEST, 'workstation')}],
|
||||
'to': [{'arches': ['x86_64', 'armhfp', 'source'],
|
||||
'dest': os.path.join(FEDORADEST, '27')},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue