config: pmaports: log all_channels (MR 2252)

helps debugging

Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
Caleb Connolly 2024-06-09 04:07:31 +02:00 committed by Oliver Smith
parent 133091248f
commit efeb09bf5d
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -137,6 +137,7 @@ def all_channels() -> List[str]:
for repo in pkgrepo_paths():
ret.add(read_config(repo)["channel"])
logging.verbose(f"all_chanels: {ret}")
return list(ret)