fix pkgset vars

This commit is contained in:
Louis Abel 2023-09-03 21:53:38 -07:00
parent f64c7d9ffa
commit bf2d39d964
Signed by: label
GPG Key ID: B37E62D143879B36
4 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,7 @@ create_jigdo = False
pkgset_source='koji'
pkgset_koji_tag='dist-rocky8-lookahead-compose'
pkgset_koji_inherit = True
gather_method = {
'^.*': { # For all variants
'comps': 'nodeps', # resolve dependencies for packages from comps file

View File

@ -27,6 +27,7 @@ createrepo_extra_args = ['--distro=cpe:/o:rocky:rocky:8,Rocky Linux 8', '--revis
hashed_directories = True
pkgset_koji_tag='dist-rocky8-lookahead-compose'
pkgset_koji_inherit = True
################################################################################
# WARNING

View File

@ -27,6 +27,7 @@ tree_arches = ['aarch64', 'i686', 'x86_64']
# PKGSET
koji_profile = "koji"
pkgset_koji_inherit = True
# PKGSET - KOJI
filter_system_release_packages = False

View File

@ -37,6 +37,7 @@
<module>perl:5.26</module>
<module>perl:5.30</module>
<module>perl:5.32</module>
<module>perl-DBI:1.641</module>
<module>python27:2.7</module>
<!-- Avoid buildroot packages with these -->
<module>python36:3.6</module>