From bab58c6c310362ea4127bd766a0988168f810a47 Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Wed, 19 Oct 2022 00:55:03 +0300 Subject: [PATCH] ALBS-693: Prepare pungi configuration and setup Jenkins job for AlmaLinux 9.1 beta - The typo is fixed --- pungi-build.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pungi-build.conf.j2 b/pungi-build.conf.j2 index e72cce5..201bac7 100644 --- a/pungi-build.conf.j2 +++ b/pungi-build.conf.j2 @@ -11,7 +11,7 @@ treeinfo_version = "{{ distribution_major_version }}" comps_file = { "scm": "git", "repo": "https://git.almalinux.org/almalinux/pungi-almalinux.git", - "branch": "a{{ distribution_major_version }}.{{ distribution_minor_version }}{{ '-beta' if beta_suffix is defained and beta_suffix else '' }}", + "branch": "a{{ distribution_major_version }}.{{ distribution_minor_version }}{{ '-beta' if beta_suffix is defined and beta_suffix else '' }}", "file": "{{ arch }}/comps.xml", } @@ -22,7 +22,7 @@ module_defaults_dir = 'koji/module_defaults' variants_file = { "scm": "git", "repo": "https://git.almalinux.org/almalinux/pungi-almalinux.git", - "branch": "a{{ distribution_major_version }}.{{ distribution_minor_version }}{{ '-beta' if beta_suffix is defained and beta_suffix else '' }}", + "branch": "a{{ distribution_major_version }}.{{ distribution_minor_version }}{{ '-beta' if beta_suffix is defined and beta_suffix else '' }}", "file": "{{ arch }}/variants.xml", } hashed_directories = False