getsolus / solbuild

The Solus package build system
https://getsol.us
Apache License 2.0
19 stars 12 forks source link

Redirect child processes' stderr to the parent stdout #63

Closed livingsilver94 closed 6 months ago

livingsilver94 commented 8 months ago

We want to do this to log all lines printed by child processes. Sometimes solbuild builds big packages that may take hours; it's handy to fire it and let it work and check the output later. E.g.:

sudo solbuild build > log.txt

Fixes #54.

livingsilver94 commented 7 months ago

Ping?

livingsilver94 commented 7 months ago

Ah, @ermo made an objection to this task: https://github.com/getsolus/solbuild/issues/54#issuecomment-1865307422

ermo commented 6 months ago

Ah, @ermo made an objection to this task: #54 (comment)

I have since changed my mind. I think this should be landed.