commit: 174254bbb1a7245e192fbe041b66ffc202ff5650
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 23:22:07 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 23:22:07 2021 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=174254bb
tools: Include post_build.log contents when successful
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
tools/catalyst-auto | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/catalyst-auto b/tools/catalyst-auto
index 0f0eae34..70be8055 100755
--- a/tools/catalyst-auto
+++ b/tools/catalyst-auto
@@ -522,7 +522,7 @@ run_catalyst_commands() {
(date -d"${stamp}" +%s; echo "${stamp}")
>"${last_success_file}"
fi
- send_email "Catalyst build success" "Build process complete."
+ send_email "Catalyst build success" "Build process complete."
"${TMPDIR}/log/post_build.log"
if [[ ${keep_tmpdir} == 0 ]]; then
if ! rm -rf "${TMPDIR}"; then