Repository: bigtop Updated Branches: refs/heads/master 5fbd715c7 -> 30c8e69ae
BIGTOP-1092. Adding Hue documentation package Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/30c8e69a Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/30c8e69a Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/30c8e69a Branch: refs/heads/master Commit: 30c8e69ae391ffa6569f92f9ae3da1b20e317b67 Parents: 5fbd715 Author: Roman Shaposhnik <[email protected]> Authored: Fri Jun 27 17:04:24 2014 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Fri Jun 27 17:04:24 2014 -0700 ---------------------------------------------------------------------- bigtop-packages/src/common/hue/do-component-build | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/30c8e69a/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 0ea8d38..2d0e37d 100644 --- a/bigtop-packages/src/common/hue/do-component-build +++ b/bigtop-packages/src/common/hue/do-component-build @@ -20,8 +20,6 @@ set -ex sed -i -e "s#${FULL_VERSION}-SNAPSHOT#${FULL_VERSION}#g" `grep -lR ${FULL_VERSION}-SNAPSHOT .` make MAVEN_VERSION='$(DESKTOP_VERSION)' apps docs -# Workaround for https://issues.cloudera.org/browse/HUE-1603 -(cd build/docs/user-guide/; for file in *.md; do mv ${file} ${file/\.md/.html}; done) # Make the entire tree relocatable bash tools/relocatable.sh
