From 354695aee30a3b124c8ae2bf59c60481159012a7 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 7 Nov 2017 08:53:17 +0100 Subject: bin/build-master-status: add links to our FS, too --- bin/build-master-status | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin/build-master-status') diff --git a/bin/build-master-status b/bin/build-master-status index 0a575f2..6b5915e 100755 --- a/bin/build-master-status +++ b/bin/build-master-status @@ -367,6 +367,10 @@ if ${web}; then printf '%s' \ "${reason#FS#}" \ "${reason}" + elif [ "FS32#${reason#FS32#}" = "${reason}" ]; then + printf '%s' \ + "${reason#FS32#}" \ + "${reason}" elif grep -q "^$(str_to_regex "${reason}") " "${work_dir}/build-list"; then printf '%s' \ "${reason}" \ @@ -483,6 +487,7 @@ if ${web}; then tar -Ox | \ sed ' s@FS#\([0-9]\+\)@\0@ + s@FS32#\([0-9]\+\)@\0@ /.#/!s/$/#/ s|\(.\)#|\1| /^\s*#/{ -- cgit v1.2.3-54-g00ecf