From dc3b551c00bacc8718a6ba255cda7333e48bc116 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 21 Oct 2017 14:12:41 +0200 Subject: bin/build-master-status: print hashes smaller to save some space on the error-report page --- bin/build-master-status | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/build-master-status') diff --git a/bin/build-master-status b/bin/build-master-status index 5940cd5..d4a7637 100755 --- a/bin/build-master-status +++ b/bin/build-master-status @@ -406,8 +406,8 @@ if ${web}; then ) printf '%s' \ ''"${left}${pkg}${right}"'' \ - "${rev}" \ - "${mod_rev}" \ + "

${rev}

" \ + "

${mod_rev}

" \ "${repo}" \ ''"${count}"'' \ "${dependent}" \ -- cgit v1.2.3-54-g00ecf