turn on hashed directories in some cases

This commit is contained in:
nazunalika 2021-07-05 23:42:12 -07:00
parent c0f3c1519e
commit 6bd55001dd
Signed by: label
GPG Key ID: 6735C0E1BD65D048
6 changed files with 42 additions and 1 deletions

View File

@ -23,6 +23,16 @@ gather_backend = 'dnf'
greedy_method = 'build'
koji_profile = "koji"
createrepo_deltas = False
createrepo_database = True
createrepo_c = True
createrepo_checksum = "sha256"
createrepo_use_xz = True
createrepo_num_threads = 8
createrepo_num_workers = 8
createrepo_extra_args = ['--distro=cpe:/o:rocky:rocky:8,Rocky Linux 8', '--revision=8.4']
hashed_directories = True
check_deps = False
#filter_packages = [

View File

@ -23,6 +23,16 @@ koji_profile = "koji"
check_deps = False
createrepo_deltas = False
createrepo_database = True
createrepo_c = True
createrepo_checksum = "sha256"
createrepo_use_xz = True
createrepo_num_threads = 8
createrepo_num_workers = 8
createrepo_extra_args = ['--distro=cpe:/o:rocky:rocky:8,Rocky Linux 8', '--revision=8.4']
hashed_directories = True
filter_packages = [
('^extras$', {
'*': [

View File

@ -23,6 +23,16 @@ koji_profile = "koji"
check_deps = False
createrepo_deltas = False
createrepo_database = True
createrepo_c = True
createrepo_checksum = "sha256"
createrepo_use_xz = True
createrepo_num_threads = 8
createrepo_num_workers = 8
createrepo_extra_args = ['--distro=cpe:/o:rocky:rocky:8,Rocky Linux 8', '--revision=8.4']
hashed_directories = True
filter_packages = [
('^extras$', {
'*': [

View File

@ -16,6 +16,16 @@ pkgset_source='koji'
# 'file': 'comps-rocky-8-plus.xml',
#}
createrepo_deltas = False
createrepo_database = True
createrepo_c = True
createrepo_checksum = "sha256"
createrepo_use_xz = True
createrepo_num_threads = 8
createrepo_num_workers = 8
createrepo_extra_args = ['--distro=cpe:/o:rocky:rocky:8,Rocky Linux 8', '--revision=8.4']
hashed_directories = True
pkgset_koji_tag='dist-rocky8-plus-compose'
################################################################################

View File

@ -35,7 +35,7 @@ multilib = [
variants_file = 'variants-devel.xml'
sigkeys = ['6D745A60']
hashed_directories = False
hashed_directories = True
# tree_arches = ['aarch64', 'i386', 'ppc64le', 'x86_64']
tree_arches = ['aarch64', 'i386', 'x86_64']

View File

@ -34,6 +34,7 @@ multilib = [
variants_file = 'variants.xml'
sigkeys = ['6D745A60']
# Change to true for 8.5
hashed_directories = False
tree_arches = ['aarch64', 'i386', 'x86_64']