[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 2/2] coverity: Set CoverityToolsStripComponents to 2
This needs to be 2 for cov-analysis-linux64-2017.07.tar.gz because that contains "./" at the start of its paths, which tar counts as a component it's stripping. Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- production-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production-config b/production-config index bc961e6..8d94990 100644 --- a/production-config +++ b/production-config @@ -115,7 +115,7 @@ CoverityEmail security@xxxxxxx # gets the default/dummy path CoverityUploadUrl https://scan.coverity.com/builds?project=XenProject CoverityTools cov-analysis-linux64-2017.07.tar.gz -CoverityToolsStripComponents 1 +CoverityToolsStripComponents 2 # We use the IP address because Citrix can't manage reliable nameservice #DebianMirrorHost debian.uk.xensource.com -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |