channels.cfg: mark v21.03 as released
* Move v21.03 before v20.05 * Add note that the release channels have been renamed * Update all descriptions, mention edge blog in edge description
This commit is contained in:
parent
5503682b82
commit
d765c4ba14
1 changed files with 12 additions and 8 deletions
20
channels.cfg
20
channels.cfg
|
@ -3,19 +3,23 @@
|
|||
recommended=edge
|
||||
|
||||
[edge]
|
||||
description=Rolling release channel
|
||||
description=Rolling release / Most devices / Occasional breakage: https://postmarketos.org/edge
|
||||
branch_pmaports=master
|
||||
branch_aports=master
|
||||
mirrordir_alpine=edge
|
||||
|
||||
[stable]
|
||||
description=Stable release channel (first beta v20.05, does not have many devices yet)
|
||||
branch_pmaports=v20.05
|
||||
branch_aports=3.12-stable
|
||||
mirrordir_alpine=v3.12
|
||||
|
||||
# NOTE: "stable", "stable-next" are actually "v20.05" and "v21.03". They will
|
||||
# get changed in this file in the near future, keeping the old names for a bit
|
||||
# to give everybody time to upgrade to pmbootstrap 1.30.0. More information:
|
||||
# https://gitlab.com/postmarketOS/pmbootstrap/-/issues/2015
|
||||
[stable-next]
|
||||
description=Upcoming second beta v21.03. DO NOT USE.
|
||||
description=Latest release / Recommended for best stability
|
||||
branch_pmaports=v21.03
|
||||
branch_aports=3.13-stable
|
||||
mirrordir_alpine=v3.13
|
||||
|
||||
[stable]
|
||||
description=Old release (unsupported)
|
||||
branch_pmaports=v20.05
|
||||
branch_aports=3.12-stable
|
||||
mirrordir_alpine=v3.12
|
||||
|
|
Loading…
Reference in a new issue