From b7473aaacb9d9cdc3ad18148f6f197fb03737055 Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Wed, 12 Apr 2023 16:41:54 +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 is removed --- 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 c5b7da5..e75fc51 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": {% if beta_suffix is defined and beta_suffix %}False{% else %}True{% endif %}, + # "isfinal": {% if beta_suffix is defined and beta_suffix %}False{% else %}True{% endif %}, } }) ]