sync with upstream

This commit is contained in:
nazunalika 2022-03-12 20:41:13 -07:00
parent afbc19c343
commit 1979a4410d
Signed by: label
GPG Key ID: 6735C0E1BD65D048
3 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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$", {

View File

@ -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