diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-22 08:14:20 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-22 08:14:20 (GMT) |
commit | d746e0ab64c3543a634b246083c41125019bff63 (patch) | |
tree | 5d9b76b04478efa7c2f80ac490d54374e50f2cb1 /libexec/post-receive.d/01-mail-notify | |
parent | 8781253ccb286a6fe556780c1cfca2e8021a1fcd (diff) | |
download | site-d746e0ab64c3543a634b246083c41125019bff63.tar.gz |
Git hooks: Use new project name
Diffstat (limited to 'libexec/post-receive.d/01-mail-notify')
-rwxr-xr-x | libexec/post-receive.d/01-mail-notify | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/post-receive.d/01-mail-notify b/libexec/post-receive.d/01-mail-notify index b65bdcd..c1a3e2a 100755 --- a/libexec/post-receive.d/01-mail-notify +++ b/libexec/post-receive.d/01-mail-notify | |||
@@ -18,10 +18,10 @@ set -u | |||
18 | export PATH='/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin' | 18 | export PATH='/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin' |
19 | 19 | ||
20 | prefix=$PWD # $GIT_DIR | 20 | prefix=$PWD # $GIT_DIR |
21 | recipient='commits@nagios-plugins.org' | 21 | recipient='commits@monitoring-plugins.org' |
22 | maxcommits=25 | 22 | maxcommits=25 |
23 | maxdiffsize=$((300 * 1024)) | 23 | maxdiffsize=$((300 * 1024)) |
24 | gitweburl='https://www.nagios-plugins.org/repositories' | 24 | gitweburl='https://www.monitoring-plugins.org/repositories' |
25 | gitnotify='/home/plugins/libexec/git-notify' | 25 | gitnotify='/home/plugins/libexec/git-notify' |
26 | statedir="$prefix/info" | 26 | statedir="$prefix/info" |
27 | statefile="$statedir/git-notify.dat" | 27 | statefile="$statedir/git-notify.dat" |