testing fixes

This commit is contained in:
nazunalika 2021-04-30 11:09:20 -07:00
parent 57f901d473
commit c650100954
Signed by: label
GPG Key ID: 6735C0E1BD65D048
1 changed files with 7 additions and 3 deletions

10
r8.conf
View File

@ -12,11 +12,12 @@ version = "8.3"
comps_file = {
'scm': 'git',
'repo': 'https://git.rockylinux.org/rocky/comps.git',
'branch': 'master',
'branch': 'main',
'file': 'comps-rocky-8.3.xml',
}
link_type = 'hardlink-or-copy'
#link_type = 'hardlink-or-copy'
link_type = 'copy'
module_defaults_dir = {
'scm': 'git',
@ -50,10 +51,13 @@ koji_profile = "koji"
pkgset_koji_tag = "dist-rocky8-compose"
pkgset_koji_inherit = False
pkgset_koji_module_tag = "dist-rocky8-module-compose"
pkgset_allow_reuse = False
#pkgset_allow_reuse = False
pkgset_allow_reuse = True
filter_system_release_packages = False
createiso_break_hardlinks = True
# GATHER
gather_prepopulate = "rocky-packages.json"