Skip to content

Commit

Permalink
Re-enable next-devel stream
Browse files Browse the repository at this point in the history
We want to experiment in `next` with the major podman version bump
so let's re-enable `next-devel`.

See coreos/fedora-coreos-tracker#560

This reverts commit d65ae1c.
  • Loading branch information
dustymabe committed Jul 9, 2020
1 parent 05abe29 commit 5effdc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jobs/bump-lockfile.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

repo = "coreos/fedora-coreos-config"
branches = [
"testing-devel"
// "next-devel"
"testing-devel",
"next-devel"
]
botCreds = "github-coreosbot-token"

Expand Down
2 changes: 1 addition & 1 deletion streams.groovy
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5effdc7

Please sign in to comment.