HADOOP-6705. Fix to work with 1.5 version of jiracli

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@934273 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Giridharan Kesavan 2010-04-15 03:08:09 +00:00
parent b802476d9d
commit a0ef69df26
2 changed files with 5 additions and 4 deletions

View File

@ -209,6 +209,9 @@ Trunk (unreleased changes)
HADOOP-6566. Add methods supporting, enforcing narrower permissions on
local daemon directories. (Arun Murthy and Luke Lu via cdouglas)
HADOOP-6705. Fix to work with 1.5 version of jiracli
(Giridharan Kesavan)
OPTIMIZATIONS
HADOOP-6467. Improve the performance on HarFileSystem.listStatus(..).

View File

@ -632,12 +632,10 @@ $comment"
echo "======================================================================"
echo ""
echo ""
### Update Jira with a comment
export USER=hudson
$JIRACLI -s issues.apache.org/jira login hadoopqa $JIRA_PASSWD
$JIRACLI -s issues.apache.org/jira comment $defect "$comment"
$JIRACLI -s issues.apache.org/jira logout
$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
}