summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-01-25 18:32:30 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-01-25 18:32:30 (GMT)
commitab5d4e5051e3721096bbee4653293ec30884e53b (patch)
tree21756771f6461f63710b45ce135ed8148cceb1e8 /libexec
parentae3917c571d4390d7eb46fdea95146ff21144941 (diff)
downloadsite-ab5d4e5051e3721096bbee4653293ec30884e53b.tar.gz
"build-snapshot" -> "build-snapshots"
The script can build the snapshots for multiple branches in one go (and does that by default).
Diffstat (limited to 'libexec')
-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 578c071..ca06043 100755
--- a/libexec/post-receive.d/02-build-snapshots
+++ b/libexec/post-receive.d/02-build-snapshots
@@ -31,7 +31,7 @@ then
31 for snapshot_branch in $snapshot_branches 31 for snapshot_branch in $snapshot_branches
32 do 32 do
33 test "$branch" = "$snapshot_branch" \ 33 test "$branch" = "$snapshot_branch" \
34 && "$prefix/bin/build-snapshot" "$branch" 34 && "$prefix/bin/build-snapshots" "$branch"
35 done 35 done
36 done 36 done
37fi 37fi