From 7055a8e4bd3653d2cf3faf042f45d5900fab3f13 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Thu, 8 Oct 2015 12:23:32 +0200 Subject: Drop "maint" branch Don't build snapshots from the "maint" branch, and don't push it to Coverity Scan. We're going to drop it in favor of "maint-x.y" branches. diff --git a/bin/build-snapshots b/bin/build-snapshots index 4c016c5..735aa16 100755 --- a/bin/build-snapshots +++ b/bin/build-snapshots @@ -21,7 +21,7 @@ prefix='/home/plugins' keep_days=2 snapshot_dir="$prefix/web/download/snapshot" repository="$prefix/repositories/monitoring-plugins.git" -branches=${*:-'maint master pu'} +branches=${*:-'master pu'} myself=${0##*/} make_dist() diff --git a/etc/crontab b/etc/crontab index 896c982..821b742 100644 --- a/etc/crontab +++ b/etc/crontab @@ -7,4 +7,3 @@ 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