summaryrefslogtreecommitdiff
path: root/bin/build-master-status
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-11-17 13:18:01 +0100
committerErich Eckner <git@eckner.net>2017-11-17 13:18:01 +0100
commitceb264387173eafc7724bdcc0994fe7bf80d9255 (patch)
tree5c3e99e1de28db3ba50346251a6d69484ceff784 /bin/build-master-status
parent5c1f71f5db92d87c0e54369f1a9586012dbda3fc (diff)
downloadbuilder-ceb264387173eafc7724bdcc0994fe7bf80d9255.tar.xz
bin/build-master-status: whoops, bugfix
Diffstat (limited to 'bin/build-master-status')
-rwxr-xr-xbin/build-master-status3
1 files changed, 2 insertions, 1 deletions
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,14 +278,15 @@ 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' \
\) -o \