-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pruning dev streams after 2 weeks and stable streams after 2 months as decided in coreos/fedora-coreos-tracker#1367 (comment)
- Loading branch information
1 parent
94a7d95
commit a72aea8
Showing
2 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,18 @@ | ||
branched: | ||
containers: 2w | ||
cloud-uploads: 1y | ||
rawhide: | ||
containers: 2w | ||
cloud-uploads: 1y | ||
bodhi-updates: | ||
cloud-uploads: 1y | ||
testing-devel: | ||
containers: 2w | ||
next-devel: | ||
containers: 2w | ||
next: | ||
containers: 2m | ||
testing: | ||
containers: 2m | ||
stable: | ||
containers: 2m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters