Repository: bigtop Updated Branches: refs/heads/master 6ba4971c1 -> f47d69849
hue fix Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/f47d6984 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/f47d6984 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/f47d6984 Branch: refs/heads/master Commit: f47d698491797531d4115abd8d48145c86bdb002 Parents: 6ba4971 Author: Olaf Flebbe <[email protected]> Authored: Mon Sep 22 16:54:28 2014 +0200 Committer: Roman Shaposhnik <[email protected]> Committed: Sat Oct 4 19:51:54 2014 -0700 ---------------------------------------------------------------------- bigtop-packages/src/common/hue/do-component-build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/f47d6984/bigtop-packages/src/common/hue/do-component-build ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/hue/do-component-build b/bigtop-packages/src/common/hue/do-component-build index 2d0e37d..403cddd 100644 --- a/bigtop-packages/src/common/hue/do-component-build +++ b/bigtop-packages/src/common/hue/do-component-build @@ -15,11 +15,12 @@ # limitations under the License. set -ex +. `dirname $0`/bigtop.bom #FIXME: this needs to be fixed upstream sed -i -e "s#${FULL_VERSION}-SNAPSHOT#${FULL_VERSION}#g" `grep -lR ${FULL_VERSION}-SNAPSHOT .` -make MAVEN_VERSION='$(DESKTOP_VERSION)' apps docs +make MAVEN_VERSION='$(HUE_BASE_VERSION)' apps docs # Make the entire tree relocatable bash tools/relocatable.sh
