From 467be22d004f474240edc922ea5fe5b11ba097b5 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 22 Apr 2022 13:39:41 -0700 Subject: [PATCH] Always build Workstation images out of Everything We don't need the release version conditional any more as we're well past F31. Also this way it'll work for Rawhide. Signed-off-by: Adam Williamson --- createhdds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createhdds.py b/createhdds.py index 791049f..fbf79e4 100755 --- a/createhdds.py +++ b/createhdds.py @@ -299,7 +299,7 @@ class VirtInstallImage(object): variant = self.variant # From F31 onwards, Workstation tree is not installable and we # build Workstation images out of Everything - if variant == 'Workstation' and str(self.release).isdigit() and int(self.release) > 30: + if variant == 'Workstation': variant = 'Everything' try: