From nobody Mon May 6 18:20:37 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=fail(p=none dis=none) header.from=eu.citrix.com ARC-Seal: i=1; a=rsa-sha256; t=1591789676; cv=none; d=zohomail.com; s=zohoarc; b=FkAvpZz0mp1RfotsawKe0dq6VzroB+o641SBSQ9zETrcWL3Ll6r7VDlOAKkzcyWQPH1UbtJuKpsPmWMyvSXCTcUVzi+JQAtTSDWVD6R3RurKH6rNIi3zwlZTSjhbJ7JDBd/4zeNt1nhOpjhmajZLDIcl6Zek5x1WCbYbQ1xWQqI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1591789676; h=Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=GM9PSsmJslBp/CqTugdmTel0AnKt8FmNRN911o9uHJI=; b=l5/uxAxkk5oWmGG9q771uSVLzorL7LHNqw+cGnHpRwWcMcVJoYbUlQHrpVbZ/LujThyiJYk1EdRZ1cdYJ/nnm8+cSBpwPHZugf3Ez+ASvB/1bOm9c3bDTpELj/29ZfTMwl3W1eZx9FYJB6D7GUrw1l+GbzustpDGkaa4HNCu73Q= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1591789676910491.528302495581; Wed, 10 Jun 2020 04:47:56 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1jizCO-0007MN-CC; Wed, 10 Jun 2020 11:47:16 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1jizCN-0007MI-C7 for xen-devel@lists.xenproject.org; Wed, 10 Jun 2020 11:47:15 +0000 Received: from chiark.greenend.org.uk (unknown [2001:ba8:1e3::]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 207010f8-ab10-11ea-8496-bc764e2007e4; Wed, 10 Jun 2020 11:47:14 +0000 (UTC) Received: from [172.18.45.5] (helo=zealot.relativity.greenend.org.uk) by chiark.greenend.org.uk (Debian Exim 4.84_2 #1) with esmtp (return-path ijackson@chiark.greenend.org.uk) id 1jizCL-0003LT-Jq; Wed, 10 Jun 2020 12:47:13 +0100 X-Inumbo-ID: 207010f8-ab10-11ea-8496-bc764e2007e4 From: Ian Jackson To: xen-devel@lists.xenproject.org Subject: [OSSTEST PATCH] production-config: Update to current coverity tools Date: Wed, 10 Jun 2020 12:47:06 +0100 Message-Id: <20200610114706.27514-1-ian.jackson@eu.citrix.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Matthew Krasnick , Andrew Cooper , Ian Jackson , Paul Durrant , Jan Beulich Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Content-Type: text/plain; charset="utf-8" The 2017.07 tarball had a leading "./" but the 2019.03 one doesn't, so we must change CoverityToolsStripComponents. The old tools we are currently using do not work any more - they are rejected by Coverity Scan. Signed-off-by: Ian Jackson Reported-by: Matthew Krasnick CC: Jan Beulich CC: Andrew Cooper CC: Paul Durrant --- production-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/production-config b/production-config index 7a8c0fd3..b7b9a062 100644 --- a/production-config +++ b/production-config @@ -123,8 +123,8 @@ CoverityEmail security@xen.org # This is only read from daily-cron-settings-real, everything else # gets the default/dummy path CoverityUploadUrl https://scan.coverity.com/builds?project=3DXenProject -CoverityTools cov-analysis-linux64-2017.07.tar.gz -CoverityToolsStripComponents 2 +CoverityTools cov-analysis-linux64-2019.03.tar.gz +CoverityToolsStripComponents 1 =20 # We use the IP address because Citrix can't manage reliable nameservice #DebianMirrorHost debian.uk.xensource.com --=20 2.20.1