dafb3d6daa
When we added the `--ex-unified-core` option our caching story got very messy because the non-unified core caches RPMs, but unified does ostree repo caching. For jigdo, we want the RPMs. Fix this by mirroring the RPMs using `--download-only` and pointing the tests consistently at that. Closes: #1122 Approved by: jlebon
26 lines
763 B
JSON
26 lines
763 B
JSON
{
|
|
"ref": "fedora/stable/${basearch}",
|
|
|
|
"repos": ["fedora"],
|
|
|
|
"packages": ["kernel", "nss-altfiles", "systemd", "ostree", "selinux-policy-targeted", "chrony",
|
|
"tuned"],
|
|
|
|
"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"],
|
|
|
|
"ignore-removed-users": ["root"],
|
|
"ignore-removed-groups": ["root"],
|
|
"check-passwd": { "type": "file", "filename": "passwd" },
|
|
"check-groups": { "type": "file", "filename": "group" }
|
|
}
|