pmbootstrap/pmb/build
Oliver Smith 1285f74c5f Fix #731: Create symlinks for noarch-subpackages (#740)
* apkindex:
  * Also parse the architecture field
* symlink_noarch_package:
  * Renamed to symlink_noarch_packages
  * Always work on all packages (so we don't need to guess which
    subpackages have been generated after a certain build)
  * Get invoked when running 'pmbootstrap index'
  * Use 'apk index' to generate one index, where the architecture
    does not get rewritten (abuild does that by default, due to
    Alpine's repos not having a 'noarch' folder and diverging from
    that doesn't make things easier for us). That goes super fast,
    and then we know which packages are noarch packages and can
    create the symlinks.
* Made output less verbose:
  * Use -q for 'apk index' when calling it directly (when it gets
    called by abuild we can't control that)
  * Output that the APKINDEXes get reindexed only to the 'pmbootstrap
    log'.
2017-10-11 15:11:25 +00:00
..
__init__.py Fix #731: Create symlinks for noarch-subpackages (#740) 2017-10-11 15:11:25 +00:00
autodetect.py Close #256: Implement strict package building mode (#532) 2017-09-08 23:50:59 +00:00
buildinfo.py Depends parsing: Properly handle empty depends / buildinfo: strict depends 2017-07-12 21:01:40 +02:00
checksum.py Close #194: Aports subfolders! See migration guide in the wiki (#227) 2017-07-28 22:34:40 +00:00
init.py Fix #226: Building busybox recurses forever. (#252) 2017-07-28 17:40:27 +00:00
menuconfig.py Close #554: kernel config checking (#589) 2017-09-18 21:36:54 +00:00
other.py Fix #731: Create symlinks for noarch-subpackages (#740) 2017-10-11 15:11:25 +00:00
package.py Fix #731: Create symlinks for noarch-subpackages (#740) 2017-10-11 15:11:25 +00:00