Skip to content

Add timestamping dependencies to packaging images

drebs requested to merge drebs/gitlab-buildpackage:add-timestamping-deps into master

We want to monitor the time packaging takes in the CI pipeline. As gitlab doesn't currently have timestamps, the solution is to wrap packaging commands with "ts" and "unbuffer", which are available in the moreutils and expect packages, respectivelly. This commit adds those deps to the packaging images.

Merge request reports