You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2010/04/22 11:07:15 UTC

svn commit: r936667 - /incubator/hama/nightly/hudsonBuildHamaPatch.sh

Author: edwardyoon
Date: Thu Apr 22 09:07:14 2010
New Revision: 936667

URL: http://svn.apache.org/viewvc?rev=936667&view=rev
Log:
Remove JIRA CLI commands.

Modified:
    incubator/hama/nightly/hudsonBuildHamaPatch.sh

Modified: incubator/hama/nightly/hudsonBuildHamaPatch.sh
URL: http://svn.apache.org/viewvc/incubator/hama/nightly/hudsonBuildHamaPatch.sh?rev=936667&r1=936666&r2=936667&view=diff
==============================================================================
--- incubator/hama/nightly/hudsonBuildHamaPatch.sh (original)
+++ incubator/hama/nightly/hudsonBuildHamaPatch.sh Thu Apr 22 09:07:14 2010
@@ -409,10 +409,10 @@ $JIRA_COMMENT_FOOTER"
   echo "$comment"
 
   ### Update Jira with a comment
-  export USER=hudson
-  $JIRA -s issues.apache.org/jira login hamaqa $JIRA_PASSWD
-  $JIRA -s issues.apache.org/jira comment $defect "$comment"
-  $JIRA -s issues.apache.org/jira logout
+  ### export USER=hudson
+  ### $JIRA -s issues.apache.org/jira login hamaqa $JIRA_PASSWD
+  ### $JIRA -s issues.apache.org/jira comment $defect "$comment"
+  ### $JIRA -s issues.apache.org/jira logout
 }
 
 ###############################################################################
@@ -487,5 +487,5 @@ runCoreTests
 JIRA_COMMENT_FOOTER="Test results: http://hudson.zones.apache.org/hudson/job/$JOB_NAME/$BUILD_NUMBER/testReport/
 $JIRA_COMMENT_FOOTER"
 
-### submitJiraComment $RESULT
+submitJiraComment $RESULT
 cleanupAndExit $RESULT
\ No newline at end of file