Skip to content

Commit

Permalink
streams: disable bodhi-updates and next-devel for now
Browse files Browse the repository at this point in the history
There's more work needed before we can unblock those. For background,
on bodhi-updates, see:

coreos/fedora-coreos-config#335 (comment)

For the next-devel stream, see:

coreos/fedora-coreos-tracker#283 (comment)
  • Loading branch information
jlebon committed Apr 9, 2020
1 parent f4de844 commit ff42fd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions streams.groovy
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Canonical definition of all our streams and their type.

production = ['testing', 'stable' /* , 'next' */]
development = ['testing-devel', 'next-devel']
mechanical = ['bodhi-updates' /* , 'bodhi-updates-testing', 'branched', 'rawhide' */]
development = ['testing-devel' /* , 'next-devel' */]
mechanical = [/*'bodhi-updates', 'bodhi-updates-testing', 'branched', 'rawhide' */]

// Maps a list of streams to a list of GitSCM branches.
def as_branches(streams) {
Expand Down

0 comments on commit ff42fd0

Please sign in to comment.