From b695b160d891475a8d1f3fd050f9aec5deb33ba7 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 1 Sep 2017 09:03:18 +0200 Subject: bin/build-master-status: style --- bin/build-master-status | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) (limited to 'bin/build-master-status') diff --git a/bin/build-master-status b/bin/build-master-status index ad32880..49c28ac 100755 --- a/bin/build-master-status +++ b/bin/build-master-status @@ -196,9 +196,16 @@ looped_packages=$( if ${web}; then "${base_dir}/bin/calculate-dependent-packages" ( - printf '\n\nStatus of archlinux32 build master\n\n\n' + printf '%s\n' \ + '' \ + '' \ + 'Status of archlinux32 build master' \ + '' \ + '' sed 's|$|
|' "${tmp_dir}/build-master-status.html" - printf '\n' + printf '%s\n' \ + '' \ + '' ) | \ sponge "${tmp_dir}/build-master-status.html" end=$(($(date +%s)-7*24*60*60)) @@ -230,7 +237,15 @@ if ${web}; then "${tmp_dir}/statistics" { - printf '\n\nList of broken package builds\n\n\nbuild logs
\n\n' + printf '%s\n' \ + '' \ + '' \ + 'List of broken package builds' \ + '' \ + '' \ + 'build logs
' \ + '
' \ + '' printf '' \ 'package' \ 'git revision' \ @@ -289,7 +304,10 @@ if ${web}; then "${reason}" printf '\n' done - printf '
%s
\n\n\n' + printf '%s\n' \ + '' \ + '' \ + '' } > \ "${tmp_dir}/broken-packages.html" -- cgit v1.2.3