Repository: incubator-ariatosca-website Updated Branches: refs/heads/asf-site 05cb75b57 -> fab861a69
Automatic Site Publish by Buildbot Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/commit/fab861a6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/tree/fab861a6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/diff/fab861a6 Branch: refs/heads/asf-site Commit: fab861a694f78fac96eb9a901bcbccecb2f22c70 Parents: 05cb75b Author: jenkins <[email protected]> Authored: Thu Jun 22 14:31:44 2017 +0000 Committer: jenkins <[email protected]> Committed: Thu Jun 22 14:31:44 2017 +0000 ---------------------------------------------------------------------- atom.xml | 2 +- build_site.sh | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/fab861a6/atom.xml ---------------------------------------------------------------------- diff --git a/atom.xml b/atom.xml index f9abd37..31025fa 100644 --- a/atom.xml +++ b/atom.xml @@ -1 +1 @@ -<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><generator uri="http://jekyllrb.com" version="3.1.6">Jekyll</generator><link href="/atom.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2017-06-22T14:26:59+00:00</updated><id>/</id><title>Apache ARIA TOSCA</title><subtitle>ARIA is an agile reference implementation of automation based on OASIS TOSCA Specification. It is a framework for implementing orchestration software and a command line tool to execute TOSCA based application blueprints.</subtitle></feed> +<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><generator uri="http://jekyllrb.com" version="3.1.6">Jekyll</generator><link href="/atom.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2017-06-22T14:31:41+00:00</updated><id>/</id><title>Apache ARIA TOSCA</title><subtitle>ARIA is an agile reference implementation of automation based on OASIS TOSCA Specification. It is a framework for implementing orchestration software and a command line tool to execute TOSCA based application blueprints.</subtitle></feed> http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/fab861a6/build_site.sh ---------------------------------------------------------------------- diff --git a/build_site.sh b/build_site.sh index 121e1aa..95c8ea6 100755 --- a/build_site.sh +++ b/build_site.sh @@ -1,9 +1,15 @@ #!/bin/bash - WORKDIR=/tmp/incubator-ariatosca-site rm -rf $WORKDIR mkdir -p $WORKDIR -gem install bundler +export RUBY_PATH=~/shared/.rvm +export GEM_HOME=${RUBY_PATH}/gems +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} +bundle bundle exec jekyll build --destination $WORKDIR $WORKDIR git checkout asf-site git clean -f -d
