mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-22 04:41:33 +00:00
try to emulate peridot devel repo
This commit is contained in:
parent
839bd6299c
commit
2776e48ffd
44792
devel-prepopulate.json
Normal file
44792
devel-prepopulate.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,7 @@
|
||||
from common/multilib import *
|
||||
from common/include-excludes import *
|
||||
from shared/variables import *
|
||||
from rocky/variables import *
|
||||
from shared/all import *
|
||||
from rocky/override import *
|
||||
|
||||
# PRODUCT INFO
|
||||
release_name = "Rocky Development"
|
||||
@ -10,23 +12,6 @@ version = "8-devel"
|
||||
skip_phases = ['buildinstall','productimg','createiso','extra_isos','extra_files']
|
||||
|
||||
# GENERAL SETTINGS
|
||||
comps_file = {
|
||||
'scm': 'git',
|
||||
'repo': 'https://git.rockylinux.org/rocky/comps.git',
|
||||
'branch': 'main',
|
||||
'file': 'comps-rocky-8.8.xml',
|
||||
}
|
||||
|
||||
#link_type = 'hardlink-or-copy'
|
||||
link_type = 'copy'
|
||||
|
||||
module_defaults_dir = {
|
||||
'scm': 'git',
|
||||
'repo': 'https://git.rockylinux.org/rocky/rocky-module-defaults.git',
|
||||
'branch': 'r8.8',
|
||||
'dir': '.',
|
||||
}
|
||||
|
||||
multilib = [
|
||||
('^.*$', {
|
||||
'x86_64': ['devel', 'runtime']
|
||||
@ -41,18 +26,13 @@ hashed_directories = True
|
||||
tree_arches = ['aarch64', 'i386', 'x86_64']
|
||||
|
||||
# PKGSET
|
||||
pkgset_source = "koji"
|
||||
koji_profile = "koji"
|
||||
|
||||
# PKGSET - KOJI
|
||||
pkgset_koji_tag = "dist-rocky8-compose"
|
||||
pkgset_koji_inherit = False
|
||||
pkgset_koji_module_tag = "modular-updates-candidate"
|
||||
|
||||
filter_system_release_packages = False
|
||||
|
||||
# GATHER
|
||||
gather_prepopulate = "prepopulate.json"
|
||||
gather_prepopulate = "devel-prepopulate.json"
|
||||
|
||||
gather_method = {
|
||||
"^(?!(AppStream|PowerTools)).*$":{
|
||||
|
@ -6,6 +6,7 @@
|
||||
<arches>
|
||||
<arch>aarch64</arch>
|
||||
<arch>x86_64</arch>
|
||||
<arch>i386</arch>
|
||||
</arches>
|
||||
</variant>
|
||||
</variants>
|
||||
|
Loading…
Reference in New Issue
Block a user