summaryrefslogtreecommitdiffstats
path: root/tools/git-post-receive-hook
diff options
context:
space:
mode:
authorMonitoring Plugins Development Team <devel@monitoring-plugins.org>2014-01-18 08:40:24 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2014-01-19 19:18:47 (GMT)
commit63734f52ab1b4b2c17545b26fc41016d6bbd80bd (patch)
treedcd7aa3fd9a2a6a69a47d3a7e6a18d034426087a /tools/git-post-receive-hook
parent9db763963f3993f923619a2147e4313b09f12134 (diff)
downloadmonitoring-plugins-63734f52ab1b4b2c17545b26fc41016d6bbd80bd.tar.gz
Project rename initial commit.
This is an initial take at renaming the project to Monitoring Plugins. It's not expected to be fully complete, and it is expected to break things (The perl module for instance). More testing will be required before this goes mainline.
Diffstat (limited to 'tools/git-post-receive-hook')
-rwxr-xr-xtools/git-post-receive-hook6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/git-post-receive-hook b/tools/git-post-receive-hook
index db9ad9e..c822a63 100755
--- a/tools/git-post-receive-hook
+++ b/tools/git-post-receive-hook
@@ -1,11 +1,11 @@
1#!/bin/sh 1#!/bin/sh
2 2
3prefix="${0%/*}/notifications" # $GIT_DIR/hooks/notifications 3prefix="${0%/*}/notifications" # $GIT_DIR/hooks/notifications
4recipient='Nagios Plugin Commits <nagiosplug-checkins@lists.sourceforge.net>' 4recipient='Monitoring Plugins Commits <commits@monitoring-plugins.org>'
5maxcommits=100 5maxcommits=100
6maxdiffsize=$((300 * 1024)) 6maxdiffsize=$((300 * 1024))
7project='nagiosplug' 7project='monitoring-plugins'
8gitweburl='http://nagiosplug.git.sf.net/git/gitweb.cgi?p=nagiosplug' 8gitweburl='https://github.com/monitoring-plugins/monitoring-plugins'
9gitnotify="$prefix/git-notify.pl" 9gitnotify="$prefix/git-notify.pl"
10statefile="$prefix/git-notify.dat" 10statefile="$prefix/git-notify.dat"
11 11