summaryrefslogtreecommitdiff
path: root/bin/build-master-status
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-08-30 12:48:39 +0200
committerErich Eckner <git@eckner.net>2017-08-30 12:48:39 +0200
commitce94787185613355bc5e405cc95f836bf7bf622a (patch)
treee0e9eca3323c86818ccb86de6237cbd04b713f3f /bin/build-master-status
parentdffc1da80e2a020c413839b1f38e12b21e885006 (diff)
downloadbuilder-ce94787185613355bc5e405cc95f836bf7bf622a.tar.xz
bin/build-master-status: also understand "and" besides "or" in .blocked
Diffstat (limited to 'bin/build-master-status')
-rwxr-xr-xbin/build-master-status2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-master-status b/bin/build-master-status
index 3397bae..1e6e4c3 100755
--- a/bin/build-master-status
+++ b/bin/build-master-status
@@ -269,7 +269,7 @@ if ${web}; then
sed '
s|FS#\([0-9]\+\)|<a href="https://bugs.archlinux.org/task/\1">FS#\1</a>|
/FS#[0-9]\+/!s|^\(wait for \)\(\S\+\) $|\1<a href="graphs/\2.png">\2</a> |
- /FS#[0-9]\+/!s|^\(wait for \)\(\S\+\) or \(\S\+\) $|\1<a href="graphs/\2.png">\2</a> or <a href="graphs/\3.png">\3</a> |
+ /FS#[0-9]\+/!s|^\(wait for \)\(\S\+\) \(or\|and\) \(\S\+\) $|\1<a href="graphs/\2.png">\2</a> \3 <a href="graphs/\4.png">\4</a> |
'
else
printf '&nbsp;'