This will make it easier to see perf changes etc.
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
globallockdir=`getconfig GlobalLockDir`
+ date >&2
+
with-lock-ex -w $globallockdir/report-lock \
./sg-report-job-history --html-dir=$job_html_dir --flight=$flight
+ date >&2
+
./sg-report-flight --html-dir=$flight_html_dir/$flight/ \
--allow=allow.all --allow=allow.$branch \
$sgr_args $flight >tmp/$flight.report
./cr-fold-long-lines tmp/$flight.report
+ date >&2
+
mkdir -p $host_html_dir
with-lock-ex -w $globallockdir/report-lock \
./sg-report-host-history --html-dir=$host_html_dir flight:$flight
+
+ date >&2
}
publish_send_email () {