pmbootstrap/pmb/helpers
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 Hello, there! 2017-05-26 22:08:45 +02:00
cli.py Add -y/--assume-yes option to install (#450) (#467) 2017-08-26 15:50:04 +00:00
devices.py Close #194: Aports subfolders! See migration guide in the wiki (#227) 2017-07-28 22:34:40 +00:00
file.py Fix #271: properly resolve symlinks in all paths (#329) 2017-08-15 14:08:48 +00:00
frontend.py Fix #731: Create symlinks for noarch-subpackages (#740) 2017-10-11 15:11:25 +00:00
git.py Fix #151: git ambiguous argument error (#531) 2017-09-25 22:05:29 +00:00
http.py Changed sha512 to sha256 to avoid "file name too long" error (issue #51) 2017-06-04 17:00:02 +02:00
logging.py Close #326: Implement command to retrieve and set configuration values (#359) 2017-08-14 14:25:28 +00:00
mount.py Fix #271: properly resolve symlinks in all paths (#329) 2017-08-15 14:08:48 +00:00
other.py Fix #363: Omit /home/user when calculating system image size (#389) 2017-08-18 19:19:48 +00:00
repo.py Fix various build issues (fix #189, fix #341) (#345) 2017-08-09 17:59:21 +00:00
run.py Qemu support for the QXL driver and SPICE (#481) 2017-09-26 20:52:00 +00:00
ui.py Minor fixes (#316) 2017-08-06 12:50:38 +00:00