[ https://issues.apache.org/jira/browse/FLINK-3009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15008237#comment-15008237 ]
ASF GitHub Bot commented on FLINK-3009: --------------------------------------- GitHub user jaoki opened a pull request: https://github.com/apache/flink/pull/1363 [FLINK-3009] Add dockerized jekyll environment This is not to fulfill what FLINK-3009 is originally asking, but I'm piggybacking to contribute a docker environment with jekyll so that users won't have to deal with environment versions. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jaoki/flink dockerized-docgen Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/1363.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1363 ---- commit c15ee035861dab9a1426ebc06fbd75a516bd18ae Author: jaoki <ja...@apache.org> Date: 2015-11-17T08:03:47Z [FLINK-3009] Add dockerized jekyll environment This is not to fulfill what FLINK-3009 is originally asking, but I'm piggybacking to contribute a docker environment with jekyll so that users won't have to deal with environment versions. ---- > Cannot build docs with Jekyll 3.0.0 > ----------------------------------- > > Key: FLINK-3009 > URL: https://issues.apache.org/jira/browse/FLINK-3009 > Project: Flink > Issue Type: Bug > Components: Build System > Affects Versions: 0.10.0 > Reporter: Ufuk Celebi > Priority: Minor > > Building the docs with the newly released Jekyll 3.0.0 fails: > {code} > Configuration file: /Users/ufuk/code/flink/docs/_config.yml > /Users/ufuk/code/flink/docs/_plugins/removeDuplicateLicenseHeaders.rb:63:in > `<module:Jekyll>': cannot load such file -- jekyll/post (LoadError) > from > /Users/ufuk/code/flink/docs/_plugins/removeDuplicateLicenseHeaders.rb:25:in > `<top (required)>' > from > /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:126:in > `require' > from > /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:126:in > `require' > from > /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.0/lib/jekyll/plugin_manager.rb:75:in > `block (2 levels) in require_plugin_files' > from > /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.0/lib/jekyll/plugin_manager.rb:74:in > `each' > from > /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.0/lib/jekyll/plugin_manager.rb:74:in > `block in require_plugin_files' > from > /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.0/lib/jekyll/plugin_manager.rb:73:in > `each' > from > /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.0/lib/jekyll/plugin_manager.rb:73:in > `require_plugin_files' > from > /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.0/lib/jekyll/plugin_manager.rb:18:in > `conscientious_require' > from > /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.0/lib/jekyll/site.rb:97:in `setup' > from > /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.0/lib/jekyll/site.rb:49:in > `initialize' > from > /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.0/lib/jekyll/commands/build.rb:30:in > `new' > from > /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.0/lib/jekyll/commands/build.rb:30:in > `process' > from > /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.0/lib/jekyll/commands/build.rb:18:in > `block (2 levels) in init_with_program' > from > /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary/command.rb:220:in > `call' > from > /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary/command.rb:220:in > `block in execute' > from > /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary/command.rb:220:in > `each' > from > /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary/command.rb:220:in > `execute' > from > /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary/program.rb:42:in > `go' > from > /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary.rb:19:in `program' > from /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.0/bin/jekyll:17:in `<top > (required)>' > from /usr/local/bin/jekyll:23:in `load' > from /usr/local/bin/jekyll:23:in `<main>' > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)