pmbootstrap/pmb
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
..
aportgen Add gcc4 cross-compiler support (!1754) 2019-02-12 20:57:05 +00:00
build envkernel: Add build command to create an apk package from envkernel (!1747) 2019-02-15 16:24:07 +01:00
chroot Update copyright to 2019 2019-01-02 09:31:20 +01:00
config kconfig check: disable CONFIG_KINETO_GAN (!1762) 2019-03-02 00:30:08 +01:00
data install apk keys and binfmt data with setup.py 2018-09-17 10:06:57 +00:00
export Update copyright to 2019 2019-01-02 09:31:20 +01:00
flasher flasher: Partition blacklisting (!1759) 2019-02-28 14:23:34 +01:00
helpers repo.py: fix downloading too many APKINDEX files (!1764) 2019-03-02 16:28:39 +01:00
install flasher: Partition blacklisting (!1759) 2019-02-28 14:23:34 +01:00
parse kconfig check: allow skip with !pmb:kconfigcheck (!1753) 2019-02-21 19:39:25 +01:00
qemu qemu: Load GTK modules/resources from chroot (!1749) 2019-02-15 16:39:07 +01:00
__init__.py init: fix missing errors if logs didn't initialize (!1755) 2019-02-15 16:01:11 +01:00