ac9c3c1635
During provisioning, PAPR injects a fedora.repo pointing at a much better & faster mirror than dl.fp.o. Let's use that to make the compose test less flaky. Hoping to make these sorts of optimizations more discoverable in upstream PAPR. Closes: #799 Approved by: cgwalters
22 lines
617 B
JSON
22 lines
617 B
JSON
{
|
|
"COMMENT": "when bumping 25 here, also bump fedora.repo, compose script, and .papr.yml",
|
|
|
|
"ref": "fedora/25/${basearch}",
|
|
|
|
"repos": ["fedora"],
|
|
|
|
"packages": ["kernel", "nss-altfiles", "systemd", "ostree", "selinux-policy-targeted"],
|
|
|
|
"packages-aarch64": ["grub2-efi", "ostree-grub2",
|
|
"efibootmgr", "shim"],
|
|
|
|
"packages-armhfp": ["extlinux-bootloader"],
|
|
|
|
"packages-ppc64": ["grub2", "ostree-grub2"],
|
|
|
|
"packages-ppc64le": ["grub2", "ostree-grub2"],
|
|
|
|
"packages-x86_64": ["grub2", "grub2-efi", "ostree-grub2",
|
|
"efibootmgr", "shim"]
|
|
}
|