mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-17 18:31:27 +00:00
sync with upstream
This commit is contained in:
parent
afbc19c343
commit
1979a4410d
@ -8,8 +8,6 @@ sigkeys = [None]
|
||||
|
||||
tree_arches = ['aarch64', 'ppc64le', 's390x', 'x86_64']
|
||||
|
||||
create_jigdo = False
|
||||
|
||||
lorax_use_koji_plugin = False
|
||||
|
||||
translate_paths = [ # required by image-build
|
||||
|
@ -85,14 +85,22 @@ additional_packages = [
|
||||
"console-login-helper-messages-motdgen", #ENGCMP-1802/CS-1007
|
||||
"console-login-helper-messages-profile", #ENGCMP-1802/CS-1007
|
||||
"fence-agents-ibm-powervs", #ENGCMP-2001
|
||||
"fence-agents-ibm-vpc", #ENGCMP-2031
|
||||
"fence-agents-kubevirt", #ENGCMP-2001
|
||||
"fdo-admin-cli", #ENGCMP-1993
|
||||
"glslc", #ENGCMP-1987
|
||||
"libasan", #ENGCMP-2006
|
||||
"libshaderc", #ENGCMP-1987
|
||||
"libubsan", #ENGCMP-2006
|
||||
"google-noto-sans-mono-fonts", #ENGCMP-1977
|
||||
"mypaint-brushes", #ENGCMP-1873
|
||||
"qemu-ga-win", #ENGCMP-2035
|
||||
"spirv-tools", #ENGCMP-1987
|
||||
"ssh-key-dir", #ENGCMP-1789
|
||||
"system-backgrounds",
|
||||
"vulkan-loader", #ENGCMP-1987
|
||||
"vulkan-tools", #ENGCMP-1987
|
||||
"vulkan-validation-layers", #ENGCMP-1987
|
||||
]
|
||||
}),
|
||||
("^AppStream$", {
|
||||
|
@ -6,6 +6,8 @@ release_is_layered = False
|
||||
link_type = "abspath-symlink"
|
||||
productimg = False
|
||||
|
||||
create_jigdo = False
|
||||
|
||||
# Wait for 60 * 20 seconds (20 minutes) for packages to sign.
|
||||
signed_packages_wait = 60
|
||||
signed_packages_retries = 20
|
||||
|
Loading…
Reference in New Issue
Block a user