pmb.helpers.repo.update: support PMB_APK_FORCE_MISSING_REPOSITORIES
All threads resolved!
All threads resolved!
Compare changes
- Oliver Smith authored
Do not abort if one or more APKINDEX files cannot be downloaded, if PMB_APK_FORCE_MISSING_REPOSITORIES is set. This is needed when bootstrapping new stable branches. The same environment variable is already used in pmbootstrap code to pass --force-missing-repositories to apk in pmb.chroot.apk.install_run_apk().
+ 12
− 2
@@ -215,18 +215,28 @@ def update(arch: Arch | None = None, force: bool = False, existing_only: bool =