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_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 = True
|
hashed_directories = False
|
||||||
|
|
||||||
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 = True
|
hashed_directories = False
|
||||||
|
|
||||||
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 = True
|
hashed_directories = False
|
||||||
|
|
||||||
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 = True
|
hashed_directories = False
|
||||||
|
|
||||||
pkgset_koji_tag='dist-rocky8-plus-compose'
|
pkgset_koji_tag='dist-rocky8-plus-compose'
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ multilib = []
|
|||||||
variants_file = 'variants-armhfp.xml'
|
variants_file = 'variants-armhfp.xml'
|
||||||
sigkeys = ['6D745A60']
|
sigkeys = ['6D745A60']
|
||||||
#sigkeys = [None]
|
#sigkeys = [None]
|
||||||
hashed_directories = True
|
hashed_directories = False
|
||||||
|
|
||||||
tree_arches = ['armhfp']
|
tree_arches = ['armhfp']
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ multilib = [
|
|||||||
|
|
||||||
variants_file = 'variants-devel.xml'
|
variants_file = 'variants-devel.xml'
|
||||||
sigkeys = ['6D745A60']
|
sigkeys = ['6D745A60']
|
||||||
hashed_directories = True
|
hashed_directories = False
|
||||||
|
|
||||||
# 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']
|
||||||
|
2
r8.conf
2
r8.conf
@ -35,7 +35,7 @@ multilib = [
|
|||||||
variants_file = 'variants.xml'
|
variants_file = 'variants.xml'
|
||||||
sigkeys = ['6D745A60']
|
sigkeys = ['6D745A60']
|
||||||
# Change to true for 8.5
|
# Change to true for 8.5
|
||||||
hashed_directories = True
|
hashed_directories = False
|
||||||
|
|
||||||
tree_arches = ['aarch64', 'i386', 'x86_64']
|
tree_arches = ['aarch64', 'i386', 'x86_64']
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user