Skip to content

Commit

Permalink
branches.yml: drop all branch definitions, keeping only stable
Browse files Browse the repository at this point in the history
- This is an adjustment for our new topic-based iteration system.
- Do not ship this update until the new iteration system commences.
  • Loading branch information
MingcongBai authored Sep 29, 2020
1 parent 8bdf491 commit 295d8f4
Showing 1 changed file with 1 addition and 36 deletions.
37 changes: 1 addition & 36 deletions branches.yml
Original file line number Diff line number Diff line change
@@ -1,39 +1,4 @@
stable:
desc: Contains tested patch-release updates, security fixes, and general bug fixes.
desc: Contains tested updates, security fixes, and general bug fixes.
suites:
- stable
stable-proposed:
desc: Contains work-in-progress stable-branch updates awaiting further testing.
suites:
- stable-proposed
- stable
testing:
desc: Contains major version updates with limited testing.
suites:
- testing
- stable-proposed
- stable
- rckernel
testing-proposed:
desc: Contains work-in-progress testing-branch updates awaiting further testing.
suites:
- testing-proposed
- testing
- stable-proposed
- stable
- rckernel
explosive:
desc: "** DO NOT USE ** Contains immediate updates reflecting newest packaging Git changes, no human testing conducted and highly experimental."
suites:
- explosive
- testing-proposed
- testing
- stable-proposed
- stable
- rckernel
rckernel:
desc: Contains Release Candidate Linux Kernels (and tools) as future Stable-branch updates.
suites:
- stable-proposed
- stable
- rckernel

0 comments on commit 295d8f4

Please sign in to comment.