tests: basic pkgrepo tests, clone pmaports (MR 2252)

Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
Caleb Connolly 2024-06-13 08:05:17 +02:00 committed by Oliver Smith
parent 25e41ff3f7
commit 3f11fa2500
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
9 changed files with 98 additions and 15 deletions

View file

@ -663,7 +663,7 @@ def frontend(args: PmbArgs):
# Choose release channel, possibly switch pmaports branch
channel = ask_for_channel(config)
pmb.config.pmaports.switch_to_channel_branch(args, channel)
pmb.config.pmaports.switch_to_channel_branch(channel)
# FIXME: ???
config.is_default_channel = False