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:
parent
adf7192912
commit
cb7b5389f2
2 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"ref": "fedora/rawhide/${basearch}/ostree-base",
|
||||
"repos": ["fedora-rawhide"],
|
||||
|
||||
"automatic_version_prefix": "29",
|
||||
"mutate-os-release": "29",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"ref": "fedora/rawhide/${basearch}/workstation",
|
||||
"repos": ["fedora-rawhide"],
|
||||
|
||||
"include": "gnome-desktop-pkgs.json",
|
||||
|
||||
|
|
Loading…
Reference in a new issue