From db6a125f3d69437d4ff1d0075e47c3580064e00e Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Wed, 12 Apr 2023 16:31:37 +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 ab6ddf7..4a12da9 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": {% False if beta_suffix is defined and beta_suffix else True %}, } }) ]