Explorar o código

Add support for having hudson build against CDH3 trunk.

Aaron T. Myers %!s(int64=15) %!d(string=hai) anos
pai
achega
caa3e5bc75
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      tools/hudson/build-functions

+ 3 - 0
tools/hudson/build-functions

@@ -29,6 +29,9 @@ if [ -z "$CDH_URL" ] ; then
     3)
       CDH_URL="http://archive.cloudera.com/cdh/3/hadoop-0.20.2+320.tar.gz"
       ;;
+    3trunk)
+      CDH_URL="http://people.apache.org/~todd/snapshot-for-hue-build/hadoop-0.20.3-CDH3-SNAPSHOT.tar.gz"
+      ;;
   esac
 fi