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
stdbufwill correctly return and non-zero exit code so when something breaks during CIgitlab-runnerwill mark the build as failed (Resolves: #8821 (closed)). -
stdbufis already installed by thecoreutilspackage and thus saves diskspace