Enable also building Oozie for 2.7.1

This should be enough to generated and copy the tarballs
to tarballs.openstack.org.

Change-Id: Ide850fc26d94c250983488105fab1f4dd43597ff
This commit is contained in:
Luigi Toscano 2018-01-17 13:11:31 +01:00
parent dd99413cd3
commit 558f100a37
1 changed files with 7 additions and 0 deletions

View File

@ -12,5 +12,12 @@ do
./tools/build-hadoop-openstack.sh $BRANCH ${ver}
done
echo "Building all oozie versions"
hadoop_oozie_versions=(2.7.1)
for ver in ${hadoop_oozie_versions[*]}
do
./tools/build-oozie.sh ${ver}
done
cp -r common-artifacts/ dist/
ls dist/