From 7b12fd3b9be90d264ca2749f91a497eebba06eeb Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 3 Aug 2017 15:08:57 +0200 Subject: bin/build-master-status: include title for status webpage --- bin/build-master-status | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/build-master-status b/bin/build-master-status index 45376c2..d474770 100755 --- a/bin/build-master-status +++ b/bin/build-master-status @@ -202,7 +202,12 @@ if [ $((${testing}+${staging}+${pending_packages}-${broken})) -ne 0 ]; then fi if ${web}; then - sed -i 's|$|
|' "${tmp_dir}/build-master-status.html" + ( + printf '\n\nStatus of archlinux32 build master\n\n\n' + sed 's|$|
|' "${tmp_dir}/build-master-status.html" + printf '\n' + ) | \ + sponge "${tmp_dir}/build-master-status.html" end=$(($(date +%s)-7*24*60*60)) ( [ -f "${webserver_directory}/statistics" ] && \ -- cgit v1.2.3-54-g00ecf