aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-05-17 15:29:31 -0700
committerMatt Turner <mattst88@gentoo.org>2020-05-17 15:29:53 -0700
commita09f3dfda4aec0185f53a240fb3f8608ebdb7dbb (patch)
tree5c6a1d7bfce7effda45fa1d53cf89310572f01cc
parentcatalyst-auto-{amd64,x86}*.conf: add info echo to post_build (diff)
downloadreleng-a09f3dfda4aec0185f53a240fb3f8608ebdb7dbb.tar.gz
releng-a09f3dfda4aec0185f53a240fb3f8608ebdb7dbb.tar.bz2
releng-a09f3dfda4aec0185f53a240fb3f8608ebdb7dbb.zip
catalyst-auto: Don't send useless failure email
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rwxr-xr-xtools/catalyst-auto2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/catalyst-auto b/tools/catalyst-auto
index 51b0471c..e6d32244 100755
--- a/tools/catalyst-auto
+++ b/tools/catalyst-auto
@@ -462,8 +462,6 @@ run_catalyst_commands() {
exit 1
fi
fi
- else
- send_email "Catalyst build complete, but with errors" "Build process has completed, but there were errors. Please consult previous emails to determine the problem."
fi
}