diff options
author | Erich Eckner <git@eckner.net> | 2017-11-18 21:35:28 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-11-18 21:35:28 +0100 |
commit | f750d6d77466aa5c9fa702bbe8e15f04ca6b98fe (patch) | |
tree | 4f5894aa545cd4e110213a7a57de89328ca39fc3 /bin/build-master-status | |
parent | 2fa9f38df40a43adc09a858c4ee7cb23e916ef23 (diff) | |
download | builder-f750d6d77466aa5c9fa702bbe8e15f04ca6b98fe.tar.xz |
bin/build-master-status: make revisions on build-master-status.html smaller
Diffstat (limited to 'bin/build-master-status')
-rwxr-xr-x | bin/build-master-status | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/build-master-status b/bin/build-master-status index 5b047d9..eb8da9e 100755 --- a/bin/build-master-status +++ b/bin/build-master-status @@ -234,9 +234,9 @@ if ${web}; then s|^\S\+ || s|$|</td></tr>| s|\.locked |</td><td>| - s|\.\([^.]\+\)$|</td><td>\1| - s|\.\([^.]\+\)$|</td><td>\1| - s|\.\([^.]\+\)$|</td><td>\1| + s|\.\([^.]\+\)$|</p></td><td>\1| + s|\.\([^.]\+\)$|</p></td><td><p style=\"font-size:8px\">\1| + s|\.\([^.]\+\)$|</td><td><p style=\"font-size:8px\">\1| ' printf '%s\n' \ '</table>' \ |