pmbootstrap/pmb/helpers
Oliver Smith bed1eacbb5 Close #256: Implement strict package building mode (#532)
Contrary to abuild, pmbootstrap only installs makedepends, and
keeps the installed packages around - both hacks save lots of time.

However, they may introduce missing makedepends in the APKBUILDs,
that the authors of the APKBUILDs do not notice because it works
for them.

This PR adss a strict mode, which will always clean the chroots
before building a package, and also remove all installed dependencies
after the package was built. You can use the following syntax to
only zap once, but build many packages at once:
`pmbootstrap build --strict hello-world 0xffff heimdall`

It also builds dependencies properly without leaving makedepends
behind.
2017-09-08 23:50:59 +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 Close #256: Implement strict package building mode (#532) 2017-09-08 23:50:59 +00:00
git.py Write custom os-release (closes #324) (#439) 2017-08-23 16:40:16 +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 Close #226: Launch postmarketOS in a qemu virtual machine (#350) 2017-08-09 20:26:40 +00:00
ui.py Minor fixes (#316) 2017-08-06 12:50:38 +00:00