From 2e405acbac02ec325926f2b0fc23dae8a22ab36b Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Fri, 9 Dec 2016 17:16:20 +0100 Subject: [PATCH] Update Coverity CI scripts. --- ci/calamares-coverity.sh | 6 +++--- ci/kpmcore-coverity.sh | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ci/calamares-coverity.sh b/ci/calamares-coverity.sh index a6a9f0f8e..70bba5d99 100755 --- a/ci/calamares-coverity.sh +++ b/ci/calamares-coverity.sh @@ -20,11 +20,11 @@ make DESTDIR="$WORKSPACE/prefix" install cd "$WORKSPACE" -wget https://scan.coverity.com/download/linux-64 --no-check-certificate \ +wget https://scan.coverity.com/download/cxx/linux64 --no-check-certificate \ --post-data "token=ll90T04noQ4cORJx_zczKA&project=calamares%2Fcalamares" \ - -O coverity_tool.tgz + -O coverity_tool.tar.gz mkdir "$WORKSPACE/coveritytool" -tar xvf coverity_tool.tgz -C "$WORKSPACE/coveritytool" --strip-components 1 +tar xvf coverity_tool.tar.gz -C "$WORKSPACE/coveritytool" --strip-components 1 export PATH="$WORKSPACE/coveritytool/bin:$PATH" rm -Rf "$WORKSPACE/build" diff --git a/ci/kpmcore-coverity.sh b/ci/kpmcore-coverity.sh index 7877da86a..abc880150 100755 --- a/ci/kpmcore-coverity.sh +++ b/ci/kpmcore-coverity.sh @@ -4,11 +4,11 @@ sudo cp ~/jenkins-master/kpluginfactory.h /usr/include/KF5/KCoreAddons cd "$WORKSPACE" -wget https://scan.coverity.com/download/linux-64 --no-check-certificate \ +wget https://scan.coverity.com/download/cxx/linux64 --no-check-certificate \ --post-data "token=cyOjQZx5EOFLdhfo7ZDa4Q&project=KDE+Partition+Manager+Core+Library+-+KPMcore" \ - -O coverity_tool.tgz + -O coverity_tool.tar.gz mkdir "$WORKSPACE/coveritytool" -tar xvf coverity_tool.tgz -C "$WORKSPACE/coveritytool" --strip-components 1 +tar xvf coverity_tool.tar.gz -C "$WORKSPACE/coveritytool" --strip-components 1 export PATH="$WORKSPACE/coveritytool/bin:$PATH" rm -Rf "$WORKSPACE/build"