b166666715
When pungi injects its repo it does it into the file that it has been pointed at (i.e. the toplevel json file). We need to move it from the fedora-workstation-base.json into fedora-atomic-workstation.json otherwise pungi will end up trying to pull from the 'fedora-rawhide' repo too and it will fail.
18 lines
342 B
JSON
18 lines
342 B
JSON
{
|
|
"ref": "fedora/rawhide/x86_64/workstation",
|
|
"repos": ["fedora-rawhide"],
|
|
|
|
"include": "fedora-workstation-base.json",
|
|
|
|
"automatic_version_prefix": "28",
|
|
"mutate-os-release": "28",
|
|
|
|
"packages": [
|
|
"atomic",
|
|
"buildah",
|
|
"git-core",
|
|
"rpm-ostree",
|
|
"skopeo",
|
|
"docker"
|
|
]
|
|
}
|