Repository: mesos Updated Branches: refs/heads/master 73161e54c -> e8554e511
Reverted accidental change to apply-review.sh Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/e8554e51 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/e8554e51 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/e8554e51 Branch: refs/heads/master Commit: e8554e511f7a9bb1ec900f43ff57193251cdd8ab Parents: 73161e5 Author: Adam B <[email protected]> Authored: Fri Oct 31 16:35:07 2014 -0700 Committer: Adam B <[email protected]> Committed: Fri Oct 31 16:35:07 2014 -0700 ---------------------------------------------------------------------- support/apply-review.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/e8554e51/support/apply-review.sh ---------------------------------------------------------------------- diff --git a/support/apply-review.sh b/support/apply-review.sh index 04d9f54..0db8b6b 100755 --- a/support/apply-review.sh +++ b/support/apply-review.sh @@ -65,7 +65,7 @@ else DIFF_URL="${REVIEWBOARD_URL}/${REVIEW}/diff/raw/" fi -#atexit "rm -f ${REVIEW}.patch" +atexit "rm -f ${REVIEW}.patch" wget --no-check-certificate --no-verbose -O ${REVIEW}.patch ${DIFF_URL} || \ { echo "${RED}Failed to download patch${NORMAL}"; exit 1; }
