summaryrefslogtreecommitdiffstats
path: root/libexec/post-receive.d/02-build-snapshots
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-01-22 08:14:20 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-01-22 08:14:20 (GMT)
commitd746e0ab64c3543a634b246083c41125019bff63 (patch)
tree5d9b76b04478efa7c2f80ac490d54374e50f2cb1 /libexec/post-receive.d/02-build-snapshots
parent8781253ccb286a6fe556780c1cfca2e8021a1fcd (diff)
downloadsite-d746e0ab64c3543a634b246083c41125019bff63.tar.gz
Git hooks: Use new project name
Diffstat (limited to 'libexec/post-receive.d/02-build-snapshots')
-rwxr-xr-xlibexec/post-receive.d/02-build-snapshots2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/post-receive.d/02-build-snapshots b/libexec/post-receive.d/02-build-snapshots
index 22f5bf9..578c071 100755
--- a/libexec/post-receive.d/02-build-snapshots
+++ b/libexec/post-receive.d/02-build-snapshots
@@ -19,7 +19,7 @@ export PATH='/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin'
19 19
20prefix='/home/plugins' 20prefix='/home/plugins'
21repository=${PWD##*/} 21repository=${PWD##*/}
22snapshot_repository='nagios-plugins.git' 22snapshot_repository='monitoring-plugins.git'
23snapshot_branches='maint master pu' 23snapshot_branches='maint master pu'
24 24
25if [ "$repository" = "$snapshot_repository" ] 25if [ "$repository" = "$snapshot_repository" ]