From cbe003cac057aa62ed44c2bef2fed4b10e4e1924 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 18 Apr 2018 10:26:04 +0200 Subject: bin/build-master-status: decomission ssh-log.html --- bin/build-master-status | 34 ---------------------------------- 1 file changed, 34 deletions(-) (limited to 'bin') diff --git a/bin/build-master-status b/bin/build-master-status index db118e6..04e8ae8 100755 --- a/bin/build-master-status +++ b/bin/build-master-status @@ -168,40 +168,6 @@ if [ -s "${tmp_dir}/todos" ]; then rm -f "${tmp_dir}/todos" fi -{ - printf '%s\n' \ - '' \ - '' \ - 'log of ssh connections from build slaves' \ - '' \ - '' \ - '' - printf '' - printf '' \ - 'time' \ - 'build slave' \ - 'command' \ - 'arguments' - printf '\n' - if [ -r "${work_dir}/ssh-log" ]; then - tac "${work_dir}/ssh-log" | \ - while read -r date time slave command arguments; do - printf '' - printf '' \ - "${date} ${time}" \ - "${slave}" \ - "${command}" \ - "${arguments}" - printf '\n' - done - fi - printf '%s\n' \ - '
%s
%s
' \ - '' \ - '' -} > \ - "${tmp_dir}/ssh-log.html" - find "${tmp_dir}" -maxdepth 1 -type f | \ while read -r file; do cat "${file}" > \ -- cgit v1.2.3-54-g00ecf