diff --git a/extras.conf b/extras.conf index 0189076..c6dc81d 100644 --- a/extras.conf +++ b/extras.conf @@ -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 diff --git a/gluster9.conf b/gluster9.conf index 9909438..04a8734 100644 --- a/gluster9.conf +++ b/gluster9.conf @@ -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$', { diff --git a/nfv.conf b/nfv.conf index 51a4a5f..b67741a 100644 --- a/nfv.conf +++ b/nfv.conf @@ -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$', { diff --git a/plus.conf b/plus.conf index 8d6dc8e..e90cf94 100644 --- a/plus.conf +++ b/plus.conf @@ -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' diff --git a/r8-devel.conf b/r8-devel.conf index c1e9cd7..0d2af47 100644 --- a/r8-devel.conf +++ b/r8-devel.conf @@ -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']