From 6bc55909b1a8e9ed1b68693ba0d061ec34d14c14 Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Wed, 12 Apr 2023 17:39:05 +0300 Subject: [PATCH] ALBS-1073: Prepare new configs of the building artifacts generator for all arches for 8.8-beta & 9.2-beta - Option `extra_files` --- pungi-build.conf.j2 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pungi-build.conf.j2 b/pungi-build.conf.j2 index e69c150..954feb1 100644 --- a/pungi-build.conf.j2 +++ b/pungi-build.conf.j2 @@ -185,4 +185,22 @@ variant_as_lookaside = [ {% endfor %} ] +extra_files = [ + ('^.*$', { + '*': [ + { + "scm": "git", + "repo": "https://git.almalinux.org/rpms/almalinux-release.git", + "branch": "a{{ distribution_major_version }}", + "file": [ + 'GPL', + 'EULA', + 'RPM-GPG-KEY-AlmaLinux-{{ distribution_major_version }}', + ], + "target": "", + } + ], + }), +] + productimg = False