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/24 00:21:40 UTC

phoenix git commit: PHOENIX-1888 [build] add pre-commit scripts -- enable comment-on-jira

Repository: phoenix
Updated Branches:
  refs/heads/master 136f7eea0 -> bb30ed516


PHOENIX-1888 [build] add pre-commit scripts -- enable comment-on-jira


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

Branch: refs/heads/master
Commit: bb30ed516ae08be283fdd4b3464bd8644da92b00
Parents: 136f7ee
Author: Nick Dimiduk <nd...@apache.org>
Authored: Thu Apr 23 15:21:33 2015 -0700
Committer: Nick Dimiduk <nd...@apache.org>
Committed: Thu Apr 23 15:21:33 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/bb30ed51/dev/test-patch.sh
----------------------------------------------------------------------
diff --git a/dev/test-patch.sh b/dev/test-patch.sh
index c7f24e6..1ed7e62 100755
--- a/dev/test-patch.sh
+++ b/dev/test-patch.sh
@@ -991,8 +991,8 @@ $comment"
     echo ""
     ### Update Jira with a comment
     export USER=hudson
-#    $JIRACLI -s https://issues.apache.org/jira -a addcomment -u hadoopqa -p $JIRA_PASSWD --comment "$comment" --issue $defect
-#    $JIRACLI -s https://issues.apache.org/jira -a logout -u hadoopqa -p $JIRA_PASSWD
+    $JIRACLI -s https://issues.apache.org/jira -a addcomment -u hadoopqa -p $JIRA_PASSWD --comment "$comment" --issue $defect
+    $JIRACLI -s https://issues.apache.org/jira -a logout -u hadoopqa -p $JIRA_PASSWD
   fi
 }