From 14483a18e69e86d8b11bb7363e5a440b09dd3f45 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Apr 22 2022 23:42:56 +0000 Subject: 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 --- 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: