pmbootstrap/pmb/parse
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 Make proprietary drivers optional (1/2): pmbootstrap changes (#1254) 2018-02-24 21:49:10 +00:00
_apkbuild.py Make proprietary drivers optional (1/2): pmbootstrap changes (#1254) 2018-02-24 21:49:10 +00:00
apkindex.py APKINDEX not found: Only show in verbose log (#1250) 2018-02-24 08:03:34 +00:00
arch.py Enable running pmbootstrap on x86 architecture (#1155) 2018-01-24 00:56:11 +00:00
arguments.py Only download APKINDEX for relevant architectures (#1201) 2018-03-04 13:44:27 +00:00
binfmt_info.py Happy new year! (update copyright to 2018) 2018-01-04 04:53:35 +01:00
bootimg.py mkbootimg: replace Python version with osm0sis' C version (#1193) 2018-02-11 11:41:41 +00:00
depends.py Index parser: support multiple package providers (#1202) 2018-02-20 19:52:28 +00:00
deviceinfo.py Happy new year! (update copyright to 2018) 2018-01-04 04:53:35 +01:00
kconfig.py Check kernel config options based on the architecture (#1233) 2018-02-17 13:37:35 +00:00
version.py version.py: fix validation of 6.0_0002 (#1160) 2018-01-25 18:23:55 +00:00