ALBS-745: Add sigkeys param to the Jenkins jobs and pungi scripts

- Add parameter `sigkeys` to pungi-build.conf
- Change pkgset_source from `koji` to `kojimock`
This commit is contained in:
soksanichenko 2022-11-08 12:49:31 +02:00
parent 3f7ee1eb2d
commit dd5869cab7
1 changed files with 8 additions and 1 deletions

View File

@ -30,7 +30,7 @@ hashed_directories = False
tree_arches = ['{{ arch }}']
# PKGSET
pkgset_source = "koji"
pkgset_source = "kojimock"
koji_profile = "{{ product_name.lower() }}_{{ distribution_major_version }}"
# PKGSET - KOJI
@ -39,6 +39,13 @@ pkgset_koji_inherit = False
pkgset_koji_module_tag = "dist-c8-module-compose"
pkgset_allow_reuse = False
sigkeys = [
{% for sigkey in sigkeys_fingerprints %}
"{{ sigkey }}",
{% endfor %}
]
filter_system_release_packages = False
# GATHER