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:
parent
b802476d9d
commit
a0ef69df26
@ -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(..).
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user