Updated Branches: refs/heads/master ed3de1e51 -> 300d27edf
[HELIX-363] Fix hpost-review for TLP, rb=17167 Project: http://git-wip-us.apache.org/repos/asf/helix/repo Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/300d27ed Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/300d27ed Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/300d27ed Branch: refs/heads/master Commit: 300d27edf95148e5e7a776ed2c763dfe8b1f5c5d Parents: ed3de1e Author: Kanak Biscuitwala <[email protected]> Authored: Tue Jan 21 16:58:30 2014 -0800 Committer: Kanak Biscuitwala <[email protected]> Committed: Wed Jan 22 13:19:10 2014 -0800 ---------------------------------------------------------------------- hpost-review.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/helix/blob/300d27ed/hpost-review.sh ---------------------------------------------------------------------- diff --git a/hpost-review.sh b/hpost-review.sh index 7ccc41c..9c43d6a 100755 --- a/hpost-review.sh +++ b/hpost-review.sh @@ -69,5 +69,5 @@ if [[ $JIRA_STATUS -eq 404 ]]; then fi; echo 'Checking JIRA existence: PASSED' -post-review --server="https://reviews.apache.org" --target-groups=helix --summary="$(git log --pretty=format:%s $REVLIST)" --description="$(git whatchanged $REVLIST)" --diff-filename=<(git diff --no-prefix $REVLIST) -o --bugs-closed=$BUG_NAME $* +post-review --server="https://reviews.apache.org" --target-groups=helix --summary="$(git log --pretty=format:%s $REVLIST)" --description="$(git whatchanged $REVLIST)" --diff-filename=<(git diff --no-prefix $REVLIST) --repository-url=git://git.apache.org/helix.git -o --bugs-closed=$BUG_NAME $*
