From 203a1863969a9b3cc0ce28b2a179a44e14a3187a Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 14 Nov 2017 11:41:37 +0100 Subject: bin/build-master-status: recognize error in prepare(), too --- bin/build-master-status | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/build-master-status b/bin/build-master-status index 719b22b..2bb576b 100755 --- a/bin/build-master-status +++ b/bin/build-master-status @@ -278,6 +278,10 @@ 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: Could not download sources\.$' {} \; \ -printf '%f source\n' \ -- cgit v1.2.3-54-g00ecf