Skip to content

Close #314: Add --details-to-stdout parameter

postmarketOS Bot requested to merge feature/details-to-stdout into master

Created by: ollieparanoid

When this parameter is set, args.logfd (the log file descriptor) gets set to sys.stdout, so all logging gets directly sent to the active pmbootstrap session, and not to a log file.

This will be used for Travis jobs, because they get killed after 10 minutes without any output (and builds may take longer).

Merge request reports