You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by nd...@apache.org on 2015/04/23 01:17:52 UTC

phoenix git commit: PHOENIX-1888 [build] add pre-commit scripts -- s/dev-support/dev/

Repository: phoenix
Updated Branches:
  refs/heads/master 8daa52c47 -> 669c87302


PHOENIX-1888 [build] add pre-commit scripts -- s/dev-support/dev/


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/669c8730
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/669c8730
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/669c8730

Branch: refs/heads/master
Commit: 669c8730266133ec54e241fd79c5201b831dc4a6
Parents: 8daa52c
Author: Nick Dimiduk <nd...@apache.org>
Authored: Wed Apr 22 16:17:29 2015 -0700
Committer: Nick Dimiduk <nd...@apache.org>
Committed: Wed Apr 22 16:17:42 2015 -0700

----------------------------------------------------------------------
 dev/test-patch.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/669c8730/dev/test-patch.sh
----------------------------------------------------------------------
diff --git a/dev/test-patch.sh b/dev/test-patch.sh
index 4bc1f4e..a4c0b42 100755
--- a/dev/test-patch.sh
+++ b/dev/test-patch.sh
@@ -404,7 +404,7 @@ checkTests () {
       JIRA_COMMENT="$JIRA_COMMENT
 
     {color:green}+0 tests included{color}.  The patch appears to be a documentation, build,
-                        or dev-support patch that doesn't require tests."
+                        or dev patch that doesn't require tests."
       return 0
     fi
     JIRA_COMMENT="$JIRA_COMMENT
@@ -485,7 +485,7 @@ applyPatch () {
   echo ""
  
   export PATCH
-  $BASEDIR/dev-support/smart-apply-patch.sh $PATCH_DIR/patch
+  $BASEDIR/dev/smart-apply-patch.sh $PATCH_DIR/patch
   if [[ $? != 0 ]] ; then
     echo "PATCH APPLICATION FAILED"
     JIRA_COMMENT="$JIRA_COMMENT