From 558f100a3740ed06d0ab502ece9d81e7625dedd0 Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Wed, 17 Jan 2018 13:11:31 +0100 Subject: [PATCH] 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 --- tools/build-all-artifacts.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/build-all-artifacts.sh b/tools/build-all-artifacts.sh index 77f5335..9e9fd34 100755 --- a/tools/build-all-artifacts.sh +++ b/tools/build-all-artifacts.sh @@ -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/