b81c0cdfda
Our current compose tests only use a synthetic `empty.rpm`, but this really limits usefulness. Let's make a test suite that requires an internet connection and downloads Fedora RPMs and does "real" tree composes. See the updated `tests/README.md` for more information. This is still a WIP. Closes: #531 Approved by: jlebon
20 lines
526 B
JSON
20 lines
526 B
JSON
{
|
|
"ref": "fedora/25/${basearch}",
|
|
|
|
"repos": ["fedora-25"],
|
|
|
|
"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"]
|
|
}
|