From b16666671552af62a7006103624d7190f5ceb775 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Fri, 16 Feb 2018 17:15:07 -0500 Subject: [PATCH] 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. --- fedora-atomic-workstation.json | 1 + fedora-workstation-base.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-atomic-workstation.json b/fedora-atomic-workstation.json index 8dfe664..ec21e1b 100644 --- a/fedora-atomic-workstation.json +++ b/fedora-atomic-workstation.json @@ -1,5 +1,6 @@ { "ref": "fedora/rawhide/x86_64/workstation", + "repos": ["fedora-rawhide"], "include": "fedora-workstation-base.json", diff --git a/fedora-workstation-base.json b/fedora-workstation-base.json index b43fadf..ac6d796 100644 --- a/fedora-workstation-base.json +++ b/fedora-workstation-base.json @@ -1,6 +1,5 @@ { "ref": "fedora/rawhide/x86_64/workstation-base", - "repos": ["fedora-rawhide"], "selinux": true, "documentation": true,