Repository: orc Updated Branches: refs/heads/master f88abffec -> aae40f123
Using jekyll 2.4.0 version and update make-release Project: http://git-wip-us.apache.org/repos/asf/orc/repo Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/aae40f12 Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/aae40f12 Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/aae40f12 Branch: refs/heads/master Commit: aae40f123a694ada70144794a76a51caabece60c Parents: f88abff Author: Prasanth Jayachandran <[email protected]> Authored: Tue Oct 17 01:59:50 2017 -0700 Committer: Prasanth Jayachandran <[email protected]> Committed: Tue Oct 17 01:59:50 2017 -0700 ---------------------------------------------------------------------- site/Gemfile | 3 ++- site/develop/make-release.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/orc/blob/aae40f12/site/Gemfile ---------------------------------------------------------------------- diff --git a/site/Gemfile b/site/Gemfile index 77ef869..24ffad2 100644 --- a/site/Gemfile +++ b/site/Gemfile @@ -1,3 +1,4 @@ source 'https://rubygems.org' gem 'github-pages' -gem 'rouge' \ No newline at end of file +gem 'rouge' +gem 'jekyll', "~> 2.4.0" http://git-wip-us.apache.org/repos/asf/orc/blob/aae40f12/site/develop/make-release.md ---------------------------------------------------------------------- diff --git a/site/develop/make-release.md b/site/develop/make-release.md index 5344618..1429db9 100644 --- a/site/develop/make-release.md +++ b/site/develop/make-release.md @@ -136,6 +136,7 @@ Set up site/target to be a separate git workspace that tracks the asf-site branc % git fetch origin % git checkout asf-site % cd .. +% bundle install ~~~ * edit site/_data/releases.yml to add new release * update the state for the releases to match the changes in the Apache dist
