mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-17 10:21:26 +00:00
set back to false
This commit is contained in:
parent
6b1d6a43d4
commit
a45b450bec
@ -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 = True
|
||||
hashed_directories = False
|
||||
|
||||
check_deps = False
|
||||
|
||||
|
@ -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 = True
|
||||
hashed_directories = False
|
||||
|
||||
filter_packages = [
|
||||
('^extras$', {
|
||||
|
2
nfv.conf
2
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 = True
|
||||
hashed_directories = False
|
||||
|
||||
filter_packages = [
|
||||
('^extras$', {
|
||||
|
@ -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 = True
|
||||
hashed_directories = False
|
||||
|
||||
pkgset_koji_tag='dist-rocky8-plus-compose'
|
||||
|
||||
|
@ -30,7 +30,7 @@ multilib = []
|
||||
variants_file = 'variants-armhfp.xml'
|
||||
sigkeys = ['6D745A60']
|
||||
#sigkeys = [None]
|
||||
hashed_directories = True
|
||||
hashed_directories = False
|
||||
|
||||
tree_arches = ['armhfp']
|
||||
|
||||
|
@ -35,7 +35,7 @@ multilib = [
|
||||
|
||||
variants_file = 'variants-devel.xml'
|
||||
sigkeys = ['6D745A60']
|
||||
hashed_directories = True
|
||||
hashed_directories = False
|
||||
|
||||
# tree_arches = ['aarch64', 'i386', 'ppc64le', 'x86_64']
|
||||
tree_arches = ['aarch64', 'i386', 'x86_64']
|
||||
|
Loading…
Reference in New Issue
Block a user