From e42d8487bd9194220e2b22bc548b96378ee64d1b Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 10 Apr 2020 20:42:06 +0200 Subject: [PATCH] pmaports.cfg: add channel (!1141) Replace branch_pmos and branch_alpine keys (that were never used) with a new channel key. pmbootstrap will look up the branches related to a channel in channels.cfg of the master branch. While at it, modernize the file. --- pmaports.cfg | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/pmaports.cfg b/pmaports.cfg index 2c8025cfc..4b6b871f9 100644 --- a/pmaports.cfg +++ b/pmaports.cfg @@ -1,9 +1,5 @@ +# Reference: https://postmarketos.org/pmaports.cfg [pmaports] -# Version numbers (for sanity checks in pmbootstrap) -# - "version" gets compared with "pmb.config.pmaports_min_version" -# - "pmbootstrap_min_version" gets compared with "pmb.config.version" -version=6 +version=7 pmbootstrap_min_version=1.18.0 -branch_pmos=master -# Compatible branch from Alpine's aports repository -branch_alpine=edge +channel=edge