HDDS-89. Addendum Patch-1. Create ozone specific inline documentation as part of the build. Contributed by Elek, Marton.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/43be9ab4 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/43be9ab4 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/43be9ab4 Branch: refs/heads/HDDS-48 Commit: 43be9ab44f27ae847e100efdc6810b192202fc55 Parents: b22f56c Author: Anu Engineer <aengin...@apache.org> Authored: Tue May 22 14:29:06 2018 -0700 Committer: Anu Engineer <aengin...@apache.org> Committed: Tue May 22 14:29:06 2018 -0700 ---------------------------------------------------------------------- hadoop-ozone/docs/dev-support/bin/generate-site.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/43be9ab4/hadoop-ozone/docs/dev-support/bin/generate-site.sh ---------------------------------------------------------------------- diff --git a/hadoop-ozone/docs/dev-support/bin/generate-site.sh b/hadoop-ozone/docs/dev-support/bin/generate-site.sh index 3323935..374e74b 100755 --- a/hadoop-ozone/docs/dev-support/bin/generate-site.sh +++ b/hadoop-ozone/docs/dev-support/bin/generate-site.sh @@ -19,7 +19,7 @@ DOCDIR="$DIR/../.." if [ ! "$(which hugo)" ]; then echo "Hugo is not yet installed. Doc generation is skipped." - exit -1 + exit 0 fi DESTDIR="$DOCDIR/target/classes/webapps/docs" --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org