turn on working hashed directories

This commit is contained in:
nazunalika 2021-07-06 21:24:12 -07:00
parent a45b450bec
commit 634d667b03
Signed by: label
GPG Key ID: 6735C0E1BD65D048
5 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@ 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 = False
hashed_directories = True
check_deps = False

View File

@ -31,7 +31,7 @@ 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 = False
hashed_directories = True
filter_packages = [
('^extras$', {

View File

@ -31,7 +31,7 @@ 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 = False
hashed_directories = True
filter_packages = [
('^extras$', {

View File

@ -24,7 +24,7 @@ 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 = False
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']