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/11/01 06:55:06 UTC

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

Author: edwardyoon
Date: Mon Nov  1 05:55:06 2010
New Revision: 1029557

URL: http://svn.apache.org/viewvc?rev=1029557&view=rev
Log:
Uncomment jira cli command

Modified:
    incubator/hama/nightly/hudsonBuildHamaPatch.sh

Modified: incubator/hama/nightly/hudsonBuildHamaPatch.sh
URL: http://svn.apache.org/viewvc/incubator/hama/nightly/hudsonBuildHamaPatch.sh?rev=1029557&r1=1029556&r2=1029557&view=diff
==============================================================================
--- incubator/hama/nightly/hudsonBuildHamaPatch.sh (original)
+++ incubator/hama/nightly/hudsonBuildHamaPatch.sh Mon Nov  1 05:55:06 2010
@@ -410,10 +410,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
 }
 
 ###############################################################################