From 5effdc768f49e3f2fb7d8b57ee15eee670c12d58 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Thu, 9 Jul 2020 14:15:03 -0400 Subject: [PATCH] Re-enable `next-devel` stream We want to experiment in `next` with the major podman version bump so let's re-enable `next-devel`. See https://github.com/coreos/fedora-coreos-tracker/issues/560 This reverts commit d65ae1cba488c4be9ae6b43b5e7975c49f5776ac. --- jobs/bump-lockfile.Jenkinsfile | 4 ++-- streams.groovy | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jobs/bump-lockfile.Jenkinsfile b/jobs/bump-lockfile.Jenkinsfile index a5ebc3bbe..d024e5b70 100644 --- a/jobs/bump-lockfile.Jenkinsfile +++ b/jobs/bump-lockfile.Jenkinsfile @@ -2,8 +2,8 @@ repo = "coreos/fedora-coreos-config" branches = [ - "testing-devel" - // "next-devel" + "testing-devel", + "next-devel" ] botCreds = "github-coreosbot-token" diff --git a/streams.groovy b/streams.groovy index 0132d71e1..0d5388826 100644 --- a/streams.groovy +++ b/streams.groovy @@ -1,7 +1,7 @@ // Canonical definition of all our streams and their type. production = ['testing', 'stable', 'next'] -development = ['testing-devel'] /* , 'next-devel'] */ +development = ['testing-devel', 'next-devel'] mechanical = [/*'bodhi-updates', 'bodhi-updates-testing', 'branched', 'rawhide' */] all_streams = production + development + mechanical