HADOOP-7007: Update the hudson-test-patch ant target. Contributed by Giridharan Kesavan.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1027296 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7049c809fc
commit
768cf339f3
|
@ -147,6 +147,9 @@ Trunk (unreleased changes)
|
|||
HADOOP-6985. Suggest that HADOOP_OPTS be preserved in
|
||||
hadoop-env.sh.template. (Ramkumar Vadali via cutting)
|
||||
|
||||
HADOOP-7007. Update the hudson-test-patch ant target to work with the
|
||||
latest test-patch.sh script (gkesavan)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
HADOOP-6884. Add LOG.isDebugEnabled() guard for each LOG.debug(..).
|
||||
|
|
|
@ -1511,7 +1511,6 @@
|
|||
<arg value="${eclipse.home}"/>
|
||||
<arg value="${python.home}"/>
|
||||
<arg value="${basedir}"/>
|
||||
<arg value="${trigger.url}"/>
|
||||
<arg value="${jira.passwd}"/>
|
||||
<arg value="${java5.home}"/>
|
||||
<arg value="${curl.cmd}"/>
|
||||
|
|
|
@ -676,8 +676,6 @@ cleanupAndExit () {
|
|||
if [ -e "$PATCH_DIR" ] ; then
|
||||
mv $PATCH_DIR $BASEDIR
|
||||
fi
|
||||
CALLER=`hostname`
|
||||
$CURL $PATCH_ADMIN_URL'&CALLER='$CALLER
|
||||
fi
|
||||
echo ""
|
||||
echo ""
|
||||
|
|
Loading…
Reference in New Issue