Commits on Source (5)
-
Use a different way of keying the apkindex path cache. Signed-off-by:
Caleb Connolly <caleb@postmarketos.org>
-
Add a basic test to ensure that the cache does get hit as we expect. This doesn't test for cache conflicts. Signed-off-by:
Caleb Connolly <caleb@postmarketos.org>
-
See postmarketOS/pmbootstrap#2473 Signed-off-by:
Caleb Connolly <caleb@postmarketos.org>
-
All call sites that use this have been removed. This was only introduced as a stopgap until we could refactor more code to not use args everywhere, and that has now been achived. As such, remove this so it doesn't get used in more locations.
-
Caleb Connolly authored
args.autoinstall attribute might not exist, use getattr like for others, and add a fixme about the default value... Fixes: postmarketOS/pmbootstrap#2476 Signed-off-by:
Caleb Connolly <caleb@postmarketos.org>
Showing
- pmb/build/_package.py 12 additions, 1 deletionpmb/build/_package.py
- pmb/commands/__init__.py 3 additions, 1 deletionpmb/commands/__init__.py
- pmb/helpers/args.py 3 additions, 13 deletionspmb/helpers/args.py
- pmb/parse/apkindex.py 3 additions, 3 deletionspmb/parse/apkindex.py
- pmb/parse/test_apkindex.py 33 additions, 2 deletionspmb/parse/test_apkindex.py