pmb.helpers.pmaports: cache _glob_apkbuilds results (!1896)

This commit is contained in:
Daniele Debernardi 2020-03-25 22:31:40 +01:00 committed by Oliver Smith
parent f598a7fd41
commit 0c179a5cf9
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 11 additions and 1 deletions

View file

@ -131,6 +131,7 @@ def add_cache(args):
"find_aport": {},
"pmb.helpers.package.depends_recurse": {},
"pmb.helpers.package.get": {},
"pmb.helpers.pmaports._glob_apkbuilds": {},
"pmb.helpers.repo.update": repo_update})