channels.cfg: new file (!1141)
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
This commit is contained in:
parent
153f7ca342
commit
c80d1c5fb2
1 changed files with 17 additions and 0 deletions
17
channels.cfg
Normal file
17
channels.cfg
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 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
|
Loading…
Reference in a new issue