Repository: bigtop Updated Branches: refs/heads/master c828ffa07 -> 5fbd715c7
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/5fbd715c Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/5fbd715c Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/5fbd715c Branch: refs/heads/master Commit: 5fbd715c76bf5cf906d86a09a2d39976b92c375e Parents: c828ffa Author: Roman Shaposhnik <[email protected]> Authored: Fri Jun 27 16:49:06 2014 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Fri Jun 27 16:49:06 2014 -0700 ---------------------------------------------------------------------- bigtop-packages/src/common/hue/do-component-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/5fbd715c/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 659b403..0ea8d38 100644 --- a/bigtop-packages/src/common/hue/do-component-build +++ b/bigtop-packages/src/common/hue/do-component-build @@ -21,7 +21,7 @@ sed -i -e "s#${FULL_VERSION}-SNAPSHOT#${FULL_VERSION}#g" `grep -lR ${FULL_VERSIO make MAVEN_VERSION='$(DESKTOP_VERSION)' apps docs # Workaround for https://issues.cloudera.org/browse/HUE-1603 -rename .md .html build/docs/user-guide/*.md +(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
