Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8017F200D48 for ; Wed, 29 Nov 2017 20:15:11 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7ED4B160C04; Wed, 29 Nov 2017 19:15:11 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CB4C8160C02 for ; Wed, 29 Nov 2017 20:15:10 +0100 (CET) Received: (qmail 64861 invoked by uid 500); 29 Nov 2017 19:15:10 -0000 Mailing-List: contact commits-help@mahout.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mahout.apache.org Delivered-To: mailing list commits@mahout.apache.org Received: (qmail 64852 invoked by uid 99); 29 Nov 2017 19:15:09 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Nov 2017 19:15:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DC6BFDFA0F; Wed, 29 Nov 2017 19:15:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rawkintrevo@apache.org To: commits@mahout.apache.org Message-Id: <7b28ab282a5c4446882057d2f3e973c2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: mahout git commit: [NO-JIRA][WEBSITE] Emergency surgery 1, jeckyll not building Date: Wed, 29 Nov 2017 19:15:09 +0000 (UTC) archived-at: Wed, 29 Nov 2017 19:15:11 -0000 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 Authored: Wed Nov 29 13:14:54 2017 -0600 Committer: Trevor a.k.a @rawkintrevo 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