c80d1c5fb2
Let's add a nice file that defines the available release channels. Upcoming pmbootstrap patches will make use of this in 'pmbootstrap init' for example: [20:46:22] Choose the postmarketOS release channel. [20:46:22] Available (2): [20:46:22] * edge: Rolling release channel [20:46:22] * stable: Upcoming beta release (WIP, DO NOT USE!) [20:46:22] Channel [edge]: Closes: #519
17 lines
379 B
INI
17 lines
379 B
INI
# Reference: https://postmarketos.org/channels.cfg
|
|
[channels.cfg]
|
|
recommended=edge
|
|
|
|
[edge]
|
|
description=Rolling release channel
|
|
branch_pmaports=master
|
|
branch_aports=master
|
|
mirrordir_pmos=master
|
|
mirrordir_alpine=edge
|
|
|
|
[stable]
|
|
description=Upcoming beta release (WIP, DO NOT USE!)
|
|
branch_pmaports=release/20.04
|
|
branch_aports=3.11-stable
|
|
mirrordir_pmos=v20.04
|
|
mirrordir_alpine=v3.11
|