Discussion:
mahout git commit: [NO-JIRA][WEBSITE] Emergency surgery 1, jeckyll not building
r***@apache.org
2017-11-29 19:15:09 UTC
Permalink
Repository: mahout
Updated Branches:
refs/heads/master b213213a3 -> e59101243


[NO-JIRA][WEBSITE] Emergency surgery 1, jeckyll not building


Project: http://git-wip-us.apache.org/repos/asf/mahout/repo
Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/e5910124
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/e5910124
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/e5910124

Branch: refs/heads/master
Commit: e591012439c04e98d669ef9732fde865a9ef76fa
Parents: b213213
Author: Trevor a.k.a @rawkintrevo <***@gmail.com>
Authored: Wed Nov 29 13:14:54 2017 -0600
Committer: Trevor a.k.a @rawkintrevo <***@gmail.com>
Committed: Wed Nov 29 13:14:54 2017 -0600

----------------------------------------------------------------------
website/build_site.sh | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/e5910124/website/build_site.sh
----------------------------------------------------------------------
diff --git a/website/build_site.sh b/website/build_site.sh
index afa2658..0a66962 100755
--- a/website/build_site.sh
+++ b/website/build_site.sh
@@ -12,11 +12,12 @@ curl -sSL https://get.rvm.io | bash -s -- --path ${RUBY_PATH}
mkdir -p ${GEM_HOME}/gems
gem install --install-dir ${GEM_HOME} bundler
export PATH=${GEM_HOME}/bin:$PATH
-bundle install --path ${GEM_HOME}
+(cd oldsite && bundle install --path ${GEM_HOME})
(cd oldsite && bundle)
(cd oldsite && bundle exec jekyll build --destination $WORKDIR)
+(cd docs && bundle install --path ${GEM_HOME})
(cd docs && bundle)
-(cd oldsite && bundle exec jekyll build --destination $WORKDIR/docs/latest)
+(cd docs && bundle exec jekyll build --destination $WORKDIR/docs/latest)

# Set env for docs
MAHOUT_VERSION=0.13.0
@@ -36,4 +37,4 @@ rm -rf *
cp -a $WORKDIR/* .
git add .
git commit -m "Automatic Site Publish by Buildbot"
-git push origin asf-site
\ No newline at end of file
+git push origin asf-site

Loading...