From c80d1c5fb2acb507629df991e608ecbfff3270fb Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 10 Apr 2020 20:45:00 +0200 Subject: [PATCH] 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 --- channels.cfg | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 channels.cfg diff --git a/channels.cfg b/channels.cfg new file mode 100644 index 000000000..41a43b212 --- /dev/null +++ b/channels.cfg @@ -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