mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-25 06:11:26 +00:00
turn on working hashed directories
This commit is contained in:
parent
a45b450bec
commit
634d667b03
@ -31,7 +31,7 @@ createrepo_use_xz = True
|
|||||||
createrepo_num_threads = 8
|
createrepo_num_threads = 8
|
||||||
createrepo_num_workers = 8
|
createrepo_num_workers = 8
|
||||||
createrepo_extra_args = ['--distro=cpe:/o:rocky:rocky:8,Rocky Linux 8', '--revision=8.4']
|
createrepo_extra_args = ['--distro=cpe:/o:rocky:rocky:8,Rocky Linux 8', '--revision=8.4']
|
||||||
hashed_directories = False
|
hashed_directories = True
|
||||||
|
|
||||||
check_deps = False
|
check_deps = False
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ createrepo_use_xz = True
|
|||||||
createrepo_num_threads = 8
|
createrepo_num_threads = 8
|
||||||
createrepo_num_workers = 8
|
createrepo_num_workers = 8
|
||||||
createrepo_extra_args = ['--distro=cpe:/o:rocky:rocky:8,Rocky Linux 8', '--revision=8.4']
|
createrepo_extra_args = ['--distro=cpe:/o:rocky:rocky:8,Rocky Linux 8', '--revision=8.4']
|
||||||
hashed_directories = False
|
hashed_directories = True
|
||||||
|
|
||||||
filter_packages = [
|
filter_packages = [
|
||||||
('^extras$', {
|
('^extras$', {
|
||||||
|
2
nfv.conf
2
nfv.conf
@ -31,7 +31,7 @@ createrepo_use_xz = True
|
|||||||
createrepo_num_threads = 8
|
createrepo_num_threads = 8
|
||||||
createrepo_num_workers = 8
|
createrepo_num_workers = 8
|
||||||
createrepo_extra_args = ['--distro=cpe:/o:rocky:rocky:8,Rocky Linux 8', '--revision=8.4']
|
createrepo_extra_args = ['--distro=cpe:/o:rocky:rocky:8,Rocky Linux 8', '--revision=8.4']
|
||||||
hashed_directories = False
|
hashed_directories = True
|
||||||
|
|
||||||
filter_packages = [
|
filter_packages = [
|
||||||
('^extras$', {
|
('^extras$', {
|
||||||
|
@ -24,7 +24,7 @@ createrepo_use_xz = True
|
|||||||
createrepo_num_threads = 8
|
createrepo_num_threads = 8
|
||||||
createrepo_num_workers = 8
|
createrepo_num_workers = 8
|
||||||
createrepo_extra_args = ['--distro=cpe:/o:rocky:rocky:8,Rocky Linux 8', '--revision=8.4']
|
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'
|
pkgset_koji_tag='dist-rocky8-plus-compose'
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ multilib = [
|
|||||||
|
|
||||||
variants_file = 'variants-devel.xml'
|
variants_file = 'variants-devel.xml'
|
||||||
sigkeys = ['6D745A60']
|
sigkeys = ['6D745A60']
|
||||||
hashed_directories = False
|
hashed_directories = True
|
||||||
|
|
||||||
# tree_arches = ['aarch64', 'i386', 'ppc64le', 'x86_64']
|
# tree_arches = ['aarch64', 'i386', 'ppc64le', 'x86_64']
|
||||||
tree_arches = ['aarch64', 'i386', 'x86_64']
|
tree_arches = ['aarch64', 'i386', 'x86_64']
|
||||||
|
Loading…
Reference in New Issue
Block a user