Skip to content

require_bootstrap: ensure apkindex exists

When the user attempts to build a package with systemd enabled, pmbootstrap checks first if the postmarketos-base-systemd package is in any of the APKINDEX files. Fetch the APKINDEXes before trying to find the package in them.

I'm running into this currently with bpo, when attempting to build any package from the master_staging_systemd branch.

Merge request reports