From ceb264387173eafc7724bdcc0994fe7bf80d9255 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 17 Nov 2017 13:18:01 +0100 Subject: bin/build-master-status: whoops, bugfix --- bin/build-master-status | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/build-master-status') diff --git a/bin/build-master-status b/bin/build-master-status index 3a8348e..0e5d172 100755 --- a/bin/build-master-status +++ b/bin/build-master-status @@ -278,13 +278,14 @@ if ${web}; then -exec zgrep -q '^==> ERROR: A failure occurred in check()\.$' {} \; \ -printf '%f check()\n' \ \) -o \ + \( \ -exec zgrep -q '^==> ERROR: A failure occurred in prepare()\.$' {} \; \ -printf '%f prepare()\n' \ \) -o \ + \( \ -exec zgrep -q '^==> ERROR: A failure occurred in package()\.$' {} \; \ -printf '%f package()\n' \ \) -o \ - \( \ \( \ -exec zgrep -q '^==> ERROR: Could not download sources\.$' {} \; \ -printf '%f source\n' \ -- cgit v1.2.3-54-g00ecf