Skip to content
Snippets Groups Projects
Verified Commit 3e18183a authored by Oliver Smith's avatar Oliver Smith Committed by Newbyte
Browse files

docs: document PMB_APK_FORCE_MISSING_REPOSITORIES (MR 2506)

parent 1dcb68bd
No related branches found
No related tags found
1 merge request!2506docs: document env vars and fix warnings
Pipeline #211329 failed
......@@ -5,3 +5,11 @@
pmbootstrap supports `doas` and `sudo`. If multiple sudo implementations are
installed, pmbootstrap will use `doas`. You can set the `PMB_SUDO`
environmental variable to define the sudo implementation you want to use.
## `PMB_APK_FORCE_MISSING_REPOSITORIES`
When this is set to `1`, pmbootstrap will not complain if downloading an
APKINDEX results in a 404 not found error. This is used by
[bpo](https://build.postmarketos.org) when building a new stable repository for
the first time. For example if the `x86_64` repository was already built and
published, but the `aarch64` repository wasn't published yet.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment