workstation-ostree-config/fedora-atomic-workstation.json
Dusty Mabe b166666715
move the repos definition into the top file
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.
2018-02-16 17:20:49 -05:00

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"
]
}