print times that buildbot jobs are started/finished

This commit is contained in:
Brad Parker 2017-08-16 05:31:19 +01:00
parent 30944074a1
commit 74adba0a93

View File

@ -707,6 +707,9 @@ while read line; do
SUBDIR=`echo $line | cut -f 9 -d " "`
if [ "${ENABLED}" = "YES" ]; then
echo -ne "buildbot job started at: "
date
echo
echo "buildbot job: $jobid processing $NAME"
echo --------------------------------------------------
echo Variables:
@ -1044,6 +1047,8 @@ while read line; do
echo "buildbot job: building $NAME up-to-date"
fi
echo
echo -ne "buildbot job finished at: "
date
fi
cd "${BASE_DIR}"