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:
Dusty Mabe 2018-02-16 17:15:07 -05:00
parent 1bdda27450
commit b166666715
No known key found for this signature in database
GPG Key ID: 3302DBD73952E671
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,6 @@
{ {
"ref": "fedora/rawhide/x86_64/workstation", "ref": "fedora/rawhide/x86_64/workstation",
"repos": ["fedora-rawhide"],
"include": "fedora-workstation-base.json", "include": "fedora-workstation-base.json",

View File

@ -1,6 +1,5 @@
{ {
"ref": "fedora/rawhide/x86_64/workstation-base", "ref": "fedora/rawhide/x86_64/workstation-base",
"repos": ["fedora-rawhide"],
"selinux": true, "selinux": true,
"documentation": true, "documentation": true,