From 71b4968e499fdd4864ff9c20278dc1c4fa8e90e7 Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Wed, 12 Apr 2023 16:30:48 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pungi-build.conf.j2 b/pungi-build.conf.j2 index e69c150..ab6ddf7 100644 --- a/pungi-build.conf.j2 +++ b/pungi-build.conf.j2 @@ -119,7 +119,8 @@ lorax_options = [ "*": { "noupgrade": False, "rootfs_size": 3, - "version": "{{ full_version }}" + "version": "{{ full_version }}", + "isfinal": {% false if beta_suffix is defined and beta_suffix else true %}, } }) ]