You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by me...@apache.org on 2014/11/01 00:35:31 UTC

git commit: Reverted accidental change to apply-review.sh

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 <ad...@mesosphere.io>
Authored: Fri Oct 31 16:35:07 2014 -0700
Committer: Adam B <ad...@mesosphere.io>
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; }