diff options
author | Erich Eckner <git@eckner.net> | 2017-11-17 13:18:01 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-11-17 13:18:01 +0100 |
commit | ceb264387173eafc7724bdcc0994fe7bf80d9255 (patch) | |
tree | 5c3e99e1de28db3ba50346251a6d69484ceff784 /bin/build-master-status | |
parent | 5c1f71f5db92d87c0e54369f1a9586012dbda3fc (diff) | |
download | builder-ceb264387173eafc7724bdcc0994fe7bf80d9255.tar.xz |
bin/build-master-status: whoops, bugfix
Diffstat (limited to 'bin/build-master-status')
-rwxr-xr-x | bin/build-master-status | 3 |
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 \ |