Browse Source

commit d4581868dc9ef6c6411bcad6cfba93fb2c89716a
Author: Giridharan Kesavan <gkesavan@apache.org>
Date: Mon Oct 25 23:07:57 2010 +0000

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


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/yahoo-merge@1079101 13f79535-47bb-0310-9956-ffa450edef68

Owen O'Malley 14 years ago
parent
commit
6603f3810a
3 changed files with 3 additions and 3 deletions
  1. 3 0
      CHANGES.txt
  2. 0 1
      build.xml
  3. 0 2
      src/test/bin/test-patch.sh

+ 3 - 0
CHANGES.txt

@@ -149,6 +149,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(..).

+ 0 - 1
build.xml

@@ -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}"/>

+ 0 - 2
src/test/bin/test-patch.sh

@@ -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 ""