You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/07/04 22:24:00 UTC

[jira] [Commented] (METRON-1012) Update Metron public web site for 0.4.0 release

    [ https://issues.apache.org/jira/browse/METRON-1012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16074099#comment-16074099 ] 

ASF GitHub Bot commented on METRON-1012:
----------------------------------------

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 <mf...@hortonworks.com>
Date:   2017-07-04T06:08:54Z

    METRON-1012 Update Metron public web site for 0.4.0 release

----


> Update Metron public web site for 0.4.0 release
> -----------------------------------------------
>
>                 Key: METRON-1012
>                 URL: https://issues.apache.org/jira/browse/METRON-1012
>             Project: Metron
>          Issue Type: Task
>            Reporter: Matt Foley
>
> The public web site source is at https://github.com/apache/metron/tree/master/site
> Update it for the 0.4.0 release.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)