From de5c705b7a7922a67a7524dc63581506546fe9c1 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Sat, 5 Oct 2013 00:02:32 +0200 Subject: 02-build-snapshots: Handle multiple branch updates If multiple snapshot branches were updates, build snapshots from _all_ of them. diff --git a/libexec/post-receive.d/02-build-snapshots b/libexec/post-receive.d/02-build-snapshots index b0952ff..59bf9d3 100755 --- a/libexec/post-receive.d/02-build-snapshots +++ b/libexec/post-receive.d/02-build-snapshots @@ -29,7 +29,7 @@ then for snapshot_branch in $snapshot_branches do test "$branch" = "$snapshot_branch" \ - && exec "$prefix/bin/build-snapshot" "$branch" + && "$prefix/bin/build-snapshot" "$branch" done done fi -- cgit v0.10-9-g596f