You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Matt Foley (JIRA)" <ji...@apache.org> on 2017/02/17 07:28:41 UTC

[jira] [Commented] (METRON-717) Move site.xml to .gitignore, and create site.xml.template as the tracked file

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

Matt Foley commented on METRON-717:
-----------------------------------

Fix for this bug has been included in [PR#455|https://github.com/apache/incubator-metron/pull/455]

> Move site.xml to .gitignore, and create site.xml.template as the tracked file
> -----------------------------------------------------------------------------
>
>                 Key: METRON-717
>                 URL: https://issues.apache.org/jira/browse/METRON-717
>             Project: Metron
>          Issue Type: Improvement
>            Reporter: Matt Foley
>
> It is a minor nuisance that the site.xml file for the new site-book element is partly fixed source code (that must be versioned in git), and partly auto-generated code (that we would like git to ignore).  As a result, one gets frequent complaints from git regarding `modified:   site-book/src/site/site.xml`, when really the only change is due to generated content during a site-book build.
> Resolve issue by separating the generated part from the fixed part of site.xml, and tracking only the fixed part (in the form of a template file) in git.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)