pmbootstrap-meow/pmb/helpers
Oliver Smith 07f04ae12a
pmb.helpers.repo.update: support PMB_APK_FORCE_MISSING_REPOSITORIES (MR 2505)
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().
2024-12-03 06:24:03 +01:00
..
__init__.py Bump copyright to 2023 2023-01-22 19:18:06 +01:00
apk.py zap: cache_clean: get apk.static if missing (MR 2481) 2024-11-10 18:22:43 +01:00
apk_static.py helpers: apk_static: move from pmb.chroot (MR 2463) 2024-11-02 18:15:38 +01:00
aportupgrade.py pmb: Add lots of type hints (MR 2464) 2024-10-30 12:39:45 +01:00
args.py helpers: logging: reduce the risk of a cyclical import (MR 2463) 2024-11-02 18:15:38 +01:00
cli.py pmb: Add more type hints (MR 2489) 2024-11-14 23:16:29 +01:00
devices.py pmb: Add more type hints (MR 2489) 2024-11-14 23:16:29 +01:00
exceptions.py Auto-format codebase with ruff (MR 2325) 2024-06-23 15:40:13 +02:00
file.py pmb: Add lots of type hints (MR 2464) 2024-10-30 12:39:45 +01:00
frontend.py show the status output on failure (MR 2472) 2024-11-04 10:15:59 +09:00
git.py pmb.helpers.git: fix get_upstream_remote() (MR 2496) 2024-11-18 12:16:42 +01:00
http.py pmb: Add more type hints (MR 2489) 2024-11-14 23:16:29 +01:00
lint.py core: pkgrepo: support arbitrarily named pmaports directories (MR 2470) 2024-11-03 12:26:32 +01:00
logging.py helpers: logging: reduce the risk of a cyclical import (MR 2463) 2024-11-02 18:15:38 +01:00
mount.py pmb: Add lots of type hints (MR 2464) 2024-10-30 12:39:45 +01:00
other.py pmb: Add lots of type hints (MR 2464) 2024-10-30 12:39:45 +01:00
package.py Tweak messages for 'Could not find aport' (MR 2480) 2024-11-10 17:43:39 +01:00
pkgrel_bump.py pmb: Add lots of type hints (MR 2464) 2024-10-30 12:39:45 +01:00
pmaports.py helpers: pmaports: Always fall back to parsing all APKBUILDS (MR 2476) 2024-11-25 13:09:53 +01:00
repo.py pmb.helpers.repo.update: support PMB_APK_FORCE_MISSING_REPOSITORIES (MR 2505) 2024-12-03 06:24:03 +01:00
repo_missing.py pmb.parse.apkindex: Introduce proper typing (MR 2425) 2024-10-13 20:12:34 +02:00
run.py helpers: run: stop handling Arch in PathString (MR 2463) 2024-11-02 18:15:39 +01:00
run_core.py helpers: run: stop handling Arch in PathString (MR 2463) 2024-11-02 18:15:39 +01:00
status.py show the status output on failure (MR 2472) 2024-11-04 10:15:59 +09:00
toml.py pmb: Add lots of type hints (MR 2464) 2024-10-30 12:39:45 +01:00
ui.py Replace skip_extra_repos -> with_extra_repos (MR 2480) 2024-11-10 17:43:39 +01:00