pmbootstrap/pmb/chroot
Oliver Smith 3fe75ddb56
Fix screwed up progress bars in Travis output (#1213)
Right now, they appear on screen when using --details-to-stdout. This
does not work well with Travis CI and screws up the log.

Disabling the progress bars in abuild works just like Alpine does it in
their Travis CI script: Exporting SUDO_APK as
"abuild-apk --no-progress" instead of "abuild-apk".

test_check_checksums.py: Run "pmbootstrap build_init" before building
any packages, so it is a bit less verbose (downloading the APKINDEX
files etc.). Later we run the build init code again (because we use
--strict while building the packages), but then the APKINDEX files
are already present. So overall the log is a bit shorter before the
building starts. (It is still logged to the logfile, which gets
printed on error anyway.)
2018-02-09 18:43:58 +00:00
..
__init__.py Happy new year! (update copyright to 2018) 2018-01-04 04:53:35 +01:00
apk.py Improved pmbootstrap init (#1095) 2018-01-23 00:54:48 +00:00
apk_static.py Fix error message suggesting to run invalid command "zap -a" (#1132) 2018-01-23 01:03:31 +00:00
binfmt.py Happy new year! (update copyright to 2018) 2018-01-04 04:53:35 +01:00
distccd.py Happy new year! (update copyright to 2018) 2018-01-04 04:53:35 +01:00
init.py Fix screwed up progress bars in Travis output (#1213) 2018-02-09 18:43:58 +00:00
initfs.py Happy new year! (update copyright to 2018) 2018-01-04 04:53:35 +01:00
initfs_hooks.py Happy new year! (update copyright to 2018) 2018-01-04 04:53:35 +01:00
mount.py Happy new year! (update copyright to 2018) 2018-01-04 04:53:35 +01:00
other.py Happy new year! (update copyright to 2018) 2018-01-04 04:53:35 +01:00
root.py Happy new year! (update copyright to 2018) 2018-01-04 04:53:35 +01:00
shutdown.py Fix pmbootstrap zap -m / various zap improvements (#1166) 2018-01-31 19:34:02 +00:00
user.py Always use the BusyBox implementation of 'su' in the chroots (#1085) 2018-01-06 14:01:46 +00:00
zap.py Fix pmbootstrap zap -m / various zap improvements (#1166) 2018-01-31 19:34:02 +00:00