From 4987e31ab982feef0c2855ad28a37b1780f01f0a Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 13 Apr 2015 13:04:10 +0200 Subject: Submit code to Coverity Scan via Cron Let Coverity Scan check our "maint" and "master" branches once per week. Currently, Coverity Scan permits up to 8 builds per week for projects with 100K to 500K lines of code: https://scan.coverity.com/faq#frequency diff --git a/etc/crontab b/etc/crontab index 4470850..896c982 100644 --- a/etc/crontab +++ b/etc/crontab @@ -1,4 +1,4 @@ -# vim:set filetype=crontab: +# vim:set filetype=crontab nowrap: # # $HOME/etc/crontab # @@ -6,3 +6,5 @@ MAILTO=admin@monitoring-plugins.org # */10 * * * * $HOME/bin/git-mirror $HOME/repositories/[mn]*.git 44 4 * * * $HOME/bin/check-mirrors +22 6 * * 1 /usr/bin/git --git-dir=$HOME/repositories/monitoring-plugins.git push -q coverity master:coverity/master +22 6 * * 3 /usr/bin/git --git-dir=$HOME/repositories/monitoring-plugins.git push -q coverity maint:coverity/maint -- cgit v0.10-9-g596f