Skip to content

Commit

Permalink
config.yaml: disable next-devel
Browse files Browse the repository at this point in the history
Now that testing-devel is moving back over to F38 we don't have any
differences in testing-devel and next-devel so we'll disable it.
  • Loading branch information
dustymabe committed Apr 18, 2023
1 parent ed055b0 commit aba10f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ streams:
testing-devel:
type: development
default: true
next-devel: # do not touch; line managed by `next-devel/manage.py`
type: development # do not touch; line managed by `next-devel/manage.py`
# next-devel: # do not touch; line managed by `next-devel/manage.py`
# type: development # do not touch; line managed by `next-devel/manage.py`
rawhide:
type: mechanical
# branched:
Expand Down
4 changes: 2 additions & 2 deletions next-devel/badge.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"schemaVersion": 1,
"style": "for-the-badge",
"label": "next-devel",
"message": "open",
"color": "green"
"message": "closed",
"color": "lightgrey"
}
2 changes: 1 addition & 1 deletion next-devel/status.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"enabled": true
"enabled": false
}

0 comments on commit aba10f3

Please sign in to comment.