From d79a03ecf213843d2cbff2145c88865d3e898183 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Jul 12 2017 16:58:24 +0000 Subject: manifest: Drop updates-testing by default What we should default to is an interesting topic; the defaults here don't matter for pungi which sets the repos anyways. But defaulting to updates is least surprising probably. --- diff --git a/fedora-atomic-host.json b/fedora-atomic-host.json index 84804a1..49c60f6 100644 --- a/fedora-atomic-host.json +++ b/fedora-atomic-host.json @@ -1,7 +1,7 @@ { "ref": "fedora/26/${basearch}/atomic-host", - "repos": ["fedora-26", "fedora-26-updates", "fedora-26-updates-testing"], + "repos": ["fedora-26", "fedora-26-updates"], "selinux": true,