Skip to content

Commit

Permalink
channels/eus*: Pivot to feeding from the stable channel
Browse files Browse the repository at this point in the history
Now that we have a version-agnostic fast channel, we can automatically
populate eus-4.8 with stable 4.6, 4.7, and 4.8 releases.
  • Loading branch information
wking committed Dec 9, 2021
1 parent 84b2d84 commit 95370b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions channels/eus-4.6.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
feeder:
delay: P1W
filter: 4\.6\.[0-9]+(.*hotfix.*)?
name: fast-4.6
delay: PT0H
filter: 4\.6\.[0-9].*
name: stable
name: eus-4.6
versions:
- 4.6.1
Expand Down
2 changes: 1 addition & 1 deletion channels/eus-4.8.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
feeder:
delay: PT0H
filter: 4\.[68]\.[0-9].*|4\.7\.(3[4-9]|[4-9][0-9])
name: stable-4.8
name: stable
name: eus-4.8
versions:
- 4.6.1
Expand Down

0 comments on commit 95370b5

Please sign in to comment.