summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2026-07-03 14:46:35 +0200
committerHolger Weiss <holger@zedat.fu-berlin.de>2026-07-03 14:46:35 +0200
commitf9b7f42011d17058af9e0691080dfce956252a84 (patch)
tree17b0093545a0160a32d3bf082230ebce9b2df540
parentb6ec20845df0945003c8955de97fc0105d7e8aeb (diff)
downloadsite-f9b7f42011d17058af9e0691080dfce956252a84.tar.gz
Disable CoverityHEADmaster
It seems our Coverity setup stopped working a decade ago.
-rw-r--r--etc/crontab1
-rw-r--r--web/input/development.md7
2 files changed, 1 insertions, 7 deletions
diff --git a/etc/crontab b/etc/crontab
index 9f0f3cb..52c917a 100644
--- a/etc/crontab
+++ b/etc/crontab
@@ -6,5 +6,4 @@ MAILTO=admin@monitoring-plugins.org
6# 6#
7*/10 * * * * $HOME/bin/git-mirror $HOME/repositories/[mn]*.git 7*/10 * * * * $HOME/bin/git-mirror $HOME/repositories/[mn]*.git
844 4 * * * $HOME/bin/check-mirrors 844 4 * * * $HOME/bin/check-mirrors
922 6 * * 1 /usr/bin/git --git-dir=$HOME/repositories/monitoring-plugins.git push -q coverity master:coverity/master
1022 4 22 * * cd $HOME/etc/ssl/letsencrypt && ./renew.sh 922 4 22 * * cd $HOME/etc/ssl/letsencrypt && ./renew.sh
diff --git a/web/input/development.md b/web/input/development.md
index 67cd3a8..8f2fb1e 100644
--- a/web/input/development.md
+++ b/web/input/development.md
@@ -27,11 +27,9 @@ introduction][git-intro] or [some other Git documentation][git-ref], first.
27### Integration Tests 27### Integration Tests
28 28
29Our development workflow includes [continuous integration 29Our development workflow includes [continuous integration
30tests][github-ci-actions] hosted by [GitHub Actions][github-actions] and [static code 30tests][github-ci-actions] hosted by [GitHub Actions][github-actions].
31analysis][coverity-project] performed by [Coverity Scan][coverity].
32 31
33* GitHub CI build status: ![Build Status master][master-img]{: .travis } 32* GitHub CI build status: ![Build Status master][master-img]{: .travis }
34* Coverity metric: ![Coverity Metric][coverity-img]{: .travis }
35 33
36### Bundled Test Suite 34### Bundled Test Suite
37 35
@@ -55,12 +53,9 @@ Also see our testing-related [development FAQs][dev-faq].
55[git-intro]: doc/faq/git.html "Quick Git Introduction" 53[git-intro]: doc/faq/git.html "Quick Git Introduction"
56[git-ref]: doc/faq/git.html#references "Git References" 54[git-ref]: doc/faq/git.html#references "Git References"
57[master-img]: https://github.com/monitoring-plugins/monitoring-plugins/actions/workflows/test.yml/badge.svg?branch=master "Build Status master" 55[master-img]: https://github.com/monitoring-plugins/monitoring-plugins/actions/workflows/test.yml/badge.svg?branch=master "Build Status master"
58[coverity-img]: https://scan.coverity.com/projects/1435/badge.svg?flat=1 "Coverity Metric"
59[libtap]: https://github.com/zorgnax/libtap "LibTap Homepage" 56[libtap]: https://github.com/zorgnax/libtap "LibTap Homepage"
60[dev-faq]: doc/faq/#development "Development FAQs" 57[dev-faq]: doc/faq/#development "Development FAQs"
61[github-actions]: https://docs.github.com/en/actions "GitHub Docs - GitHub Actions" 58[github-actions]: https://docs.github.com/en/actions "GitHub Docs - GitHub Actions"
62[github-ci-actions]: https://github.com/monitoring-plugins/monitoring-plugins/actions "Monitoring Plugins - Github Workflows" 59[github-ci-actions]: https://github.com/monitoring-plugins/monitoring-plugins/actions "Monitoring Plugins - Github Workflows"
63[coverity]: https://scan.coverity.com/ "Coverity Scan"
64[coverity-project]: https://scan.coverity.com/projects/1435 "Monitoring Plugins at Coverity Scan"
65 60
66<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %--> 61<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->