mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-09 23:01:24 +00:00
sync from upstream
This commit is contained in:
parent
d630dd9209
commit
841106aad9
@ -430,6 +430,11 @@ additional_packages = [
|
||||
"lld", #ENGCMP-4232
|
||||
"lld-devel", #ENGCMP-4232
|
||||
"lld-libs", #ENGCMP-4232
|
||||
"bind9.18", #ENGCMP-4271
|
||||
"bind9.18-dnssec-utils", #ENGCMP-4271
|
||||
"bind9.18-utils", #ENGCMP-4271
|
||||
"bind9.18-libs", #ENGCMP-4271
|
||||
"bind9.18-chroot", #ENGCMP-4271
|
||||
]
|
||||
}),
|
||||
("^AppStream$", {
|
||||
|
@ -4,6 +4,7 @@ lorax_options = [
|
||||
("^.*$", {
|
||||
"*": {
|
||||
"noupgrade": False,
|
||||
"rootfs_size": 3
|
||||
# Comment out until the pungi-buildinstall Koji plugin supports this option.
|
||||
# "squashfs_only": True
|
||||
}
|
||||
|
@ -15,7 +15,7 @@ gather_allow_reuse = True
|
||||
repoclosure_backend = 'dnf'
|
||||
|
||||
gather_prepopulate = {
|
||||
'scm': 'file',
|
||||
'scm': 'git',
|
||||
'repo': GATHER_PREPOPULATE_REPO,
|
||||
'branch': GATHER_PREPOPULATE_BRANCH,
|
||||
'file': GATHER_PREPOPULATE_FILE,
|
||||
|
Loading…
Reference in New Issue
Block a user