pmbootstrap/pmb/helpers
Oliver Smith 1274b8c26b
pmbootstrap challenge: subpackages, list of changed files
* Two new functions for getting a list of files and their timestamps
  in the repo, and diffing that information to get a list of changed
  files: pmb.helpers.repo.files() and pmb.helpers.repo.diff().
  (I've put it in the helpers folder, because it is not specific to
  one chroot, but to all chroots at once.)
* pmbootstrap challenge (new command introduced a few commits back to
  verify, that the contents of an APK file are deterministic) uses
  these functions to a) support subpackages and b) optionally
  output a list of changed files (this gets used in the pmbuilder
  script, which lives outside of this repository).

This commit is progress for #64 again.
2017-06-13 21:31:19 +02:00
..
__init__.py Hello, there! 2017-05-26 22:08:45 +02:00
cli.py Hello, there! 2017-05-26 22:08:45 +02:00
devices.py Hello, there! 2017-05-26 22:08:45 +02:00
file.py Set up static code analysis, fix style issues reported by flake8 2017-05-28 02:44:53 +02: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 Revert "Process stdout and stderr from subprocesses separately" 2017-06-02 21:36:12 +02:00
mount.py Fix #47: Support /dev/sd* as sdcard device 2017-06-04 02:57:37 +02:00
repo.py pmbootstrap challenge: subpackages, list of changed files 2017-06-13 21:31:19 +02:00
run.py Revert "Process stdout and stderr from subprocesses separately" 2017-06-02 21:36:12 +02:00