From 15195bc33f0e72d231afa95c06e0aec7a384d6a6 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 5 Sep 2017 15:12:19 +0200 Subject: bin/build-master-status: add info about currently building packages --- bin/build-master-status | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'bin/build-master-status') diff --git a/bin/build-master-status b/bin/build-master-status index 4c34f93..080cc15 100755 --- a/bin/build-master-status +++ b/bin/build-master-status @@ -200,10 +200,33 @@ if ${web}; then '' \ '' \ 'Status of archlinux32 build master' \ + '' \ '' \ '' sed 's|$|
|' "${tmp_dir}/build-master-status.html" printf '%s\n' \ + '
' \ + 'currently building packages:
' \ + '' + printf '' + printf '' \ + 'since (UTC)' \ + 'pkgname' \ + 'git revision' \ + 'modification git revision' \ + 'package repository' \ + 'build slave' + printf '' + find "${work_dir}/package-states" -maxdepth 1 -name '*.locked' -printf '| + s|\.locked |
%s
%TY-%Tm-%Td %TH:%TM%f ' -execdir cat {} \; | \ + sed ' + s|$|
| + s|\.\([^.]\+\)$|\1| + s|\.\([^.]\+\)$|\1| + s|\.\([^.]\+\)$|\1| + ' + printf '%s\n' \ + '
' \ '' \ '' ) | \ -- cgit v1.2.3-54-g00ecf