Fix pmb zap -a permissions error
- Nov 10, 2024
-
-
Oliver Smith authored
After extending CI to always run "pmbootstrap zap -a" it revealed another bug: we did not ensure at this point that apk.static is available. Rung apk_static.init() to ensure it gets downloaded and extracted at this point if it is missing.
-
Oliver Smith authored
Make sure we don't regress in "pmbootstrap zap -a" by running it after each integration test.
-
Oliver Smith authored
The tmp dir is owned by root, when it gets created earlier by apk running as root to store the apk progress fifo. Use another directory to work around this for now (getting close to the 3.0.0 release), we can rework the apk progress fifo later on if we want. Fixes: issue 2491
-