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.
This commit is contained in:
parent
1bdda27450
commit
b166666715
2 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"ref": "fedora/rawhide/x86_64/workstation",
|
||||
"repos": ["fedora-rawhide"],
|
||||
|
||||
"include": "fedora-workstation-base.json",
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"ref": "fedora/rawhide/x86_64/workstation-base",
|
||||
"repos": ["fedora-rawhide"],
|
||||
|
||||
"selinux": true,
|
||||
"documentation": true,
|
||||
|
|
Loading…
Reference in a new issue