diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-25 18:32:30 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-25 18:32:30 (GMT) |
commit | ab5d4e5051e3721096bbee4653293ec30884e53b (patch) | |
tree | 21756771f6461f63710b45ce135ed8148cceb1e8 | |
parent | ae3917c571d4390d7eb46fdea95146ff21144941 (diff) | |
download | site-ab5d4e5051e3721096bbee4653293ec30884e53b.tar.gz |
"build-snapshot" -> "build-snapshots"
The script can build the snapshots for multiple branches in one go (and
does that by default).
-rwxr-xr-x | bin/build-snapshots (renamed from bin/build-snapshot) | 0 | ||||
-rwxr-xr-x | libexec/post-receive.d/02-build-snapshots | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-snapshot b/bin/build-snapshots index 4c016c5..4c016c5 100755 --- a/bin/build-snapshot +++ b/bin/build-snapshots | |||
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 |
37 | fi | 37 | fi |