summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-11-14 11:41:37 +0100
committerErich Eckner <git@eckner.net>2017-11-14 11:41:37 +0100
commit203a1863969a9b3cc0ce28b2a179a44e14a3187a (patch)
treeea8b71997019c89bf7fbe9a52fa5857b7348b8ef
parentd073da7d3aa30cd22940faec3e32de640a43e73d (diff)
downloadbuilder-203a1863969a9b3cc0ce28b2a179a44e14a3187a.tar.xz
bin/build-master-status: recognize error in prepare(), too
-rwxr-xr-xbin/build-master-status4
1 files changed, 4 insertions, 0 deletions
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' \