pmbootstrap/pmb/helpers
Oliver Smith d7ec81a00e repo.py: fix downloading too many APKINDEX files (!1764)
In pmb.helpers.repo.alpine_apkindex_path(), default to
arch = args.arch_native *before* calling pmb.helpers.repo.update().
Because otherwise update() defaults to all arches instead of
args.arch_native.

This caused the APKINDEX files for all arches to get downloaded, as
pmb.chroot.apk_static.init() calls alpine_apkindex_path() without
setting arch = args.arch_native explicitly.
2019-03-02 16:28:39 +01:00
..
__init__.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
args.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
cli.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
devices.py Cosmetic: pmb.helpers.devices.list -> .list_codenames (!1740) 2019-01-09 08:11:33 +01:00
file.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
frontend.py kconfig check: allow skip with !pmb:kconfigcheck (!1753) 2019-02-21 19:39:25 +01:00
git.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
http.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
logging.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
mount.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
other.py pmb: increase inode count for rootfs and use a more accurate size (!1743) 2019-01-21 08:42:22 +01:00
package.py repo_missing: return pkgnames, not subpkgnames (!1757) 2019-02-16 22:24:32 +01:00
pkgrel_bump.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
pmaports.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
repo.py repo.py: fix downloading too many APKINDEX files (!1764) 2019-03-02 16:28:39 +01:00
repo_missing.py repo_missing: return pkgnames, not subpkgnames (!1757) 2019-02-16 22:24:32 +01:00
run.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
run_core.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
ui.py Update copyright to 2019 2019-01-02 09:31:20 +01:00