pmbootstrap-meow/pmb/build
Oliver Smith 99127111a1
Only download APKINDEX for relevant architectures (#1201)
### Only download APKINDEX for relevant architectures
We're downloading the APKINDEX files for all architectures supported by
postmarketOS currently (x86, x86_64, armhf, aarch64). Most of the time,
we only need it for the native and device arch, so this PR reduces the
downloaded files to what is really necessary.

### Intuitive pmbootstrap update logic
* pmb.helpers.repo.update():
  * Default is updating all arches where the APKBUILD files exist
  * Add existing_only parameter
  * Return True when files have been downloaded
  * Properly print which arches will be updated
  * Print update reason only in verbose log
  * Add and improve comments
* pmb.parse.arguments(), update action:
  * Add --non-existing parameter
  * Default for --arch is None (instead of arch.native)
* pmb.helpers.frontend.update():
  * Inform about --non-existing if no APKBUILDs have been updated
2018-03-04 13:44:27 +00:00
..
__init__.py Wrap Alpine's newapkbuild (#894) 2018-01-15 22:00:11 +00:00
_package.py Only download APKINDEX for relevant architectures (#1201) 2018-03-04 13:44:27 +00:00
autodetect.py Always prefer native/device arch when building (#1277) 2018-03-01 20:04:51 +00:00
checksum.py Happy new year! (update copyright to 2018) 2018-01-04 04:53:35 +01:00
init.py Happy new year! (update copyright to 2018) 2018-01-04 04:53:35 +01:00
menuconfig.py Fix menuconfig arch check (#1259) 2018-02-25 17:44:01 +00:00
newapkbuild.py Make proprietary drivers optional (1/2): pmbootstrap changes (#1254) 2018-02-24 21:49:10 +00:00
other.py Index parser: support multiple package providers (#1202) 2018-02-20 19:52:28 +00:00
qemu_workaround_aarch64.py Happy new year! (update copyright to 2018) 2018-01-04 04:53:35 +01:00