mirror of
https://pagure.io/fedora-qa/createhdds.git
synced 2024-11-21 23:03:08 +00:00
From F31 onwards we have to build Workstation out of Everything
Conspiracy theory: everything releng does is intended to make this code more awful Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
14c2af9332
commit
5113761cbb
@ -270,6 +270,10 @@ class VirtInstallImage(object):
|
||||
fedoradir = 'fedora-secondary'
|
||||
|
||||
variant = self.variant
|
||||
# From F31 onwards, Workstation tree is not installable and we
|
||||
# build Workstation images out of Everything
|
||||
if variant == 'Workstation' and self.release.isdigit() and int(self.release) > 30:
|
||||
variant = 'Everything'
|
||||
|
||||
try:
|
||||
# this is almost complex enough to need fedfind but not
|
||||
|
Loading…
Reference in New Issue
Block a user