From e9e6b01cf53797f25f5ad4529b6fea0c32c0aa68 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 10 Jan 2018 09:31:56 +0100 Subject: bin/build-master-status: recognize failure due to uninstallable dependencies --- bin/build-master-status | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/build-master-status') diff --git a/bin/build-master-status b/bin/build-master-status index 03e878e..f993bff 100755 --- a/bin/build-master-status +++ b/bin/build-master-status @@ -313,6 +313,10 @@ if ${web}; then -exec zgrep -q '^==> ERROR: Could not download sources\.$' {} \; \ -printf '%f source\n' \ \) -o \ + \( \ + -exec zgrep -q '^==> ERROR: '"'"'pacman'"'"' failed to install missing dependencies\.$' {} \; \ + -printf '%f dependencies\n' \ + \) -o \ \( \ -exec zgrep -q 'error: failed to commit transaction (invalid or corrupted package)$' {} \; \ -printf '%f package-cache\n' \ -- cgit v1.2.3