From 9cb8e83eb2c1bca379e723e1e65ada6d6e43ab5f Mon Sep 17 00:00:00 2001 From: Milos Vyletel Date: Nov 09 2018 15:33:59 +0000 Subject: fix build for xfce and kde variant in cb7b538 Dusty moved repos from common to silverblue what was essentially partial revert 61d907b and therefore breaking xfce/kde builds. this fixes it by adding repos back --- diff --git a/fedora-xfce.json b/fedora-xfce.json index fc0306a..34395b6 100644 --- a/fedora-xfce.json +++ b/fedora-xfce.json @@ -1,5 +1,6 @@ { "ref": "fedora/rawhide/${basearch}/xfce", + "repos": ["fedora-rawhide"], "include": "xfce-desktop-pkgs.json", diff --git a/kinoite.json b/kinoite.json index 295feec..3cafcc1 100644 --- a/kinoite.json +++ b/kinoite.json @@ -1,5 +1,6 @@ { "ref": "fedora/rawhide/${basearch}/kinoite", + "repos": ["fedora-rawhide"], "include": "kde-desktop-pkgs.json",