mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-12-21 17:08:29 +00:00
turn on hashed directories in some cases
This commit is contained in:
parent
c0f3c1519e
commit
6bd55001dd
10
extras.conf
10
extras.conf
@ -23,6 +23,16 @@ gather_backend = 'dnf'
|
|||||||
greedy_method = 'build'
|
greedy_method = 'build'
|
||||||
koji_profile = "koji"
|
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
|
check_deps = False
|
||||||
|
|
||||||
#filter_packages = [
|
#filter_packages = [
|
||||||
|
@ -23,6 +23,16 @@ koji_profile = "koji"
|
|||||||
|
|
||||||
check_deps = False
|
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 = [
|
filter_packages = [
|
||||||
('^extras$', {
|
('^extras$', {
|
||||||
'*': [
|
'*': [
|
||||||
|
10
nfv.conf
10
nfv.conf
@ -23,6 +23,16 @@ koji_profile = "koji"
|
|||||||
|
|
||||||
check_deps = False
|
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 = [
|
filter_packages = [
|
||||||
('^extras$', {
|
('^extras$', {
|
||||||
'*': [
|
'*': [
|
||||||
|
10
plus.conf
10
plus.conf
@ -16,6 +16,16 @@ pkgset_source='koji'
|
|||||||
# 'file': 'comps-rocky-8-plus.xml',
|
# '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'
|
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']
|
||||||
|
1
r8.conf
1
r8.conf
@ -34,6 +34,7 @@ multilib = [
|
|||||||
|
|
||||||
variants_file = 'variants.xml'
|
variants_file = 'variants.xml'
|
||||||
sigkeys = ['6D745A60']
|
sigkeys = ['6D745A60']
|
||||||
|
# Change to true for 8.5
|
||||||
hashed_directories = False
|
hashed_directories = False
|
||||||
|
|
||||||
tree_arches = ['aarch64', 'i386', 'x86_64']
|
tree_arches = ['aarch64', 'i386', 'x86_64']
|
||||||
|
Loading…
Reference in New Issue
Block a user