From: Leonid Usov Date: Fri, 26 Apr 2024 17:56:21 +0000 (+0300) Subject: ceph-dev-new-build: add timestamps to the build log X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2230%2Fhead;p=ceph-build.git ceph-dev-new-build: add timestamps to the build log Signed-off-by: Leonid Usov --- diff --git a/ceph-dev-new-build/build/build_rpm b/ceph-dev-new-build/build/build_rpm index 091f2bdd..a84bbfab 100644 --- a/ceph-dev-new-build/build/build_rpm +++ b/ceph-dev-new-build/build/build_rpm @@ -1,5 +1,8 @@ #!/bin/bash # vim: ts=4 sw=4 expandtab + +# PS4 is expanded as the prefix for -x traces +PS4="\$(date) :: " set -ex