From 40eb389a8065e1d380c4a1de774172b4a6363c5f Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Wed, 12 Apr 2023 16:32:38 +0300 Subject: [PATCH] ALBS-1073: Prepare new configs of the building artifacts generator for all arches for 8.8-beta & 9.2-beta - Lorax option `isfinal` for beta --- pungi-build.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pungi-build.conf.j2 b/pungi-build.conf.j2 index 4a12da9..c5b7da5 100644 --- a/pungi-build.conf.j2 +++ b/pungi-build.conf.j2 @@ -120,7 +120,7 @@ lorax_options = [ "noupgrade": False, "rootfs_size": 3, "version": "{{ full_version }}", - "isfinal": {% False if beta_suffix is defined and beta_suffix else True %}, + "isfinal": {% if beta_suffix is defined and beta_suffix %}False{% else %}True{% endif %}, } }) ]