mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-21 20:31:30 +00:00
fix pkgset vars
This commit is contained in:
parent
f64c7d9ffa
commit
bf2d39d964
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user