GitHub user mattf-horton opened a pull request:

    https://github.com/apache/metron/pull/629

    METRON-1012 Update Metron public web site for 0.4.0 release

    ## Contributor Comments
    Although 52 files were nominally involved, I really only changed two things:
    1. replaced the 0.3.1 current-book with the new 0.4.0 site-book, via direct 
copy from the release image (that's 51 of the files!)
    2. updated documentation/index.md to change 0.3.1 to 0.4.0 and get rid of 
vestigial uses of "incubator" and "incubating"
    
    ## Pull Request Checklist
    
    ### For all changes:
    - [x] Is there a JIRA ticket associated with this PR? If not one needs to 
be created at [Metron 
Jira](https://issues.apache.org/jira/browse/METRON/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel).
 
    - [x] Does your PR title start with METRON-XXXX where XXXX is the JIRA 
number you are trying to resolve? Pay particular attention to the hyphen "-" 
character.
    - [x] Has your PR been rebased against the latest commit within the target 
branch (typically master)?
    
    
    ### For code changes: NA
    
    ### For documentation related changes:
    - [x] Have you ensured that format looks appropriate for the output in 
which it is rendered by building and verifying the site-book? (Actually, in 
this case, the site.) 
    
    Yes, the web site was rendered via the instructions at 
https://cwiki.apache.org/confluence/display/METRON/Website+PR+Merge .  It seems 
okay, with the expected change in links to 0.4.0.
    
    Requires Ruby version 2.2+
    * sudo gem install bundler
    * sudo gem install jekyll
    From incubator-metron/site execute
    * bundle install
    * bundle exec jekyll serve
    Navigate to http://localhost:4000 to review the site
    This will create the static site in the target directory.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mattf-horton/metron METRON-1012

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/metron/pull/629.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 #629
    
----
commit 035bba050f276ef1b38df77994b477e35462e790
Author: mattf-horton <mfo...@hortonworks.com>
Date:   2017-07-04T06:08:54Z

    METRON-1012 Update Metron public web site for 0.4.0 release

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to