From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 352641382C5 for ; Sun, 17 May 2020 22:31:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68C34E0801; Sun, 17 May 2020 22:31:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4DFFAE07A5 for ; Sun, 17 May 2020 22:31:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B516934F2DB for ; Sun, 17 May 2020 22:31:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1665C9C for ; Sun, 17 May 2020 22:31:51 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1589754593.a09f3dfda4aec0185f53a240fb3f8608ebdb7dbb.mattst88@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto X-VCS-Directories: tools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a09f3dfda4aec0185f53a240fb3f8608ebdb7dbb X-VCS-Branch: master Date: Sun, 17 May 2020 22:31:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ad134719-6ef4-4fc1-bd98-a3b44f3f1a29 X-Archives-Hash: ffde7b036df36151c60e46a806f79044 commit: a09f3dfda4aec0185f53a240fb3f8608ebdb7dbb Author: Matt Turner gentoo org> AuthorDate: Sun May 17 22:29:31 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun May 17 22:29:53 2020 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=a09f3dfd catalyst-auto: Don't send useless failure email Signed-off-by: Matt Turner gentoo.org> tools/catalyst-auto | 2 -- 1 file changed, 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 }