pmbootstrap/pmb
Oliver Smith 2399cbb373 Don't uninstall depends when build --strict fails
Alpine's `abuild` will uninstall all dependencies by default, when a
package build fails.

Leaving this configuration unchanged leads to unexpected behavior with
pmbootstrap: when executing `pmbootstrap build --strict` and pressing
`^C` during the build, pmbootstrap will stop, but an `apk` process
will be started in the background to remove the dependency packages.

Running `pmbootstrap shutdown` at this time will not work, because the
`apk` process is still running.

With this commit, dependencies don't get cleaned up from the chroots.
2018-07-25 19:52:46 +00:00
..
aportgen pmbootstrap: kill process if silent for 5 minutes (rewrite logging) 2018-07-14 01:13:28 +00:00
build Don't uninstall depends when build --strict fails 2018-07-25 19:52:46 +00:00
chroot pmb: fix test suite not running through twice 2018-07-15 20:52:41 +00:00
config s/system partition/rootfs: fix remaining mentions 2018-07-15 23:41:31 +02:00
export s/system partition/rootfs: fix remaining mentions 2018-07-15 23:41:31 +02:00
flasher s/system partition/rootfs: fix remaining mentions 2018-07-15 23:41:31 +02:00
helpers pmbootstrap: kill process if silent for 5 minutes (rewrite logging) 2018-07-14 01:13:28 +00:00
install s/system partition/rootfs: fix remaining mentions 2018-07-15 23:41:31 +02:00
parse s/system partition/rootfs: fix remaining mentions 2018-07-15 23:41:31 +02:00
qemu s/system partition/rootfs: fix remaining mentions 2018-07-15 23:41:31 +02:00
__init__.py pmbootstrap: kill process if silent for 5 minutes (rewrite logging) 2018-07-14 01:13:28 +00:00