move repos to toplevel json file

pungi can't substitute in any included files so we end up
with errors because 'fedora-rawhide' repo isn't accessible
during the pungi run.

Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
This commit is contained in:
Dusty Mabe 2018-08-18 20:47:49 -04:00
parent adf7192912
commit cb7b5389f2
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,6 +1,5 @@
{
"ref": "fedora/rawhide/${basearch}/ostree-base",
"repos": ["fedora-rawhide"],
"automatic_version_prefix": "29",
"mutate-os-release": "29",

View File

@ -1,5 +1,6 @@
{
"ref": "fedora/rawhide/${basearch}/workstation",
"repos": ["fedora-rawhide"],
"include": "gnome-desktop-pkgs.json",