pmbootstrap/pmb/helpers
Oliver Smith 21c09b3b3c Fix various build issues (fix #189, fix #341) (#345)
Changes:
* Removed the apkindex_files cache. That particular cache caused
  bug #189 and didn't bring any real-world performance improvements
  (tested 3x with that cache and 3x without, no significant speed
  difference). I decided to remove it instead of keeping it/adding
  even more code to resolve the bug.
* Fix the check for already built packages: always use the architecture,
  that the package should be built for instead of the architecture of
  the build environment (e.g. use armhf, even when building a noarch
  package in the x86_64 chroot). This partially resolves #341.
* Make pmb.chroot.apk.install_is_necessary() more robust: If the binary
  package is missing, although it should be there, print a warning and
  build it with force.
2017-08-09 17:59:21 +00:00
..
__init__.py Hello, there! 2017-05-26 22:08:45 +02:00
cli.py Fix #242: Validate input in pmb.helpers.cli 2017-07-26 19:05:06 +02:00
devices.py Close #194: Aports subfolders! See migration guide in the wiki (#227) 2017-07-28 22:34:40 +00:00
file.py Add possibility to export Odin flashable tar (#297) 2017-07-30 21:15:59 +00:00
frontend.py Add `-c, --clear` argument for `log` and `log_distccd` actions to clear log files (#344) 2017-08-07 18:56:35 +00:00
git.py Hello, there! 2017-05-26 22:08:45 +02: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 #314: Add --details-to-stdout parameter (#317) 2017-08-02 19:38:42 +00:00
mount.py Fix #166: pmbootstrap shutdown: umount deep folder levels first (#274) 2017-07-27 18:14:02 +00:00
other.py Update runtime error message thrown for grsec/hardened kernels (#236) 2017-07-23 12:29:13 +00:00
repo.py Fix various build issues (fix #189, fix #341) (#345) 2017-08-09 17:59:21 +00:00
run.py Properly rebuild/install packages when something changed (Fix #120, #108, #131) (#129) 2017-07-10 15:23:43 +00:00
ui.py Minor fixes (#316) 2017-08-06 12:50:38 +00:00