The source project of this merge request has been removed.
Use stdbuf instead of unbuffer for CI timestamping
There are different reasons for this:
- Using
stdbuf
will correctly return and non-zero exit code so when something breaks during CIgitlab-runner
will mark the build as failed (Resolves: #8821 (closed)). -
stdbuf
is already installed by thecoreutils
package and thus saves diskspace