aboutsummaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-02-08 12:45:33 +0100
committerHarald Welte <laforge@osmocom.org>2020-02-08 13:13:04 +0100
commita42c3c19008ad18638f579a2ed5ad496f6bc4d29 (patch)
tree8237e53e27bd379e5b280b30353097de8b2ac826 /ansible
parente94da921d74cde974e2ca5e9857e4ba0ec2e6e73 (diff)
upgrade coverity to 2019.03
Diffstat (limited to 'ansible')
-rw-r--r--ansible/files/README.md4
-rw-r--r--ansible/roles/install-coverity/defaults/main.yml2
2 files changed, 3 insertions, 3 deletions
diff --git a/ansible/files/README.md b/ansible/files/README.md
index c3c631d..1112caa 100644
--- a/ansible/files/README.md
+++ b/ansible/files/README.md
@@ -12,9 +12,9 @@ Place 3rd party firmware/sdk files here.
# role: install-coverity
The filename depends on the variable `coverity_version`.
-`coverity_version: 2017.07`
+`coverity_version: 2019.03`
-E.g: `./cov-analysis-linux64-2017.07.tar.gz`
+E.g: `./cov-analysis-linux64-2019.03.tar.gz`
# role: install-poky-sdk
diff --git a/ansible/roles/install-coverity/defaults/main.yml b/ansible/roles/install-coverity/defaults/main.yml
index 66b33f9..6b97781 100644
--- a/ansible/roles/install-coverity/defaults/main.yml
+++ b/ansible/roles/install-coverity/defaults/main.yml
@@ -1,4 +1,4 @@
---
-coverity_version: 2017.07
+coverity_version: 2019.03
coverity_installer_file: "cov-analysis-linux64-{{ coverity_version }}.tar.gz"