forked from Mirror/pmbootstrap
Translate the pmaports channels "stable" to "v20.05" and "stable-next" to "v21.03", so these have the same channel name as the pmaports.git branch name. The original plan was to switch the "stable" channel from the "v20.05" branch to the "v21.03" branch when the release is done. However, now that we are close to that, I'm realizing that this would not be useful. It would lead to conflicts in the dir with locally built packages (default: ~/.local/var/pmbootstrap/packages/$CHANNEL). And it would make it awkward to go back to a previous branch (we may name it old-stable for the time being, but what after that, old-old-stable?).
22 lines
465 B
INI
22 lines
465 B
INI
# Reference: https://postmarketos.org/channels.cfg
|
|
[channels.cfg]
|
|
recommended=edge
|
|
|
|
[edge]
|
|
description=Rolling release channel
|
|
branch_pmaports=master
|
|
branch_aports=master
|
|
mirrordir_alpine=edge
|
|
|
|
# Legacy channel name, gets translated to v20.05
|
|
[stable]
|
|
description=For workgroups
|
|
branch_pmaports=v20.05
|
|
branch_aports=3.11-stable
|
|
mirrordir_alpine=v3.11
|
|
|
|
[v21.03]
|
|
description=Second beta release
|
|
branch_pmaports=v21.03
|
|
branch_aports=3.13-stable
|
|
mirrordir_alpine=v3.13
|