[
https://issues.apache.org/jira/browse/METRON-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16065150#comment-16065150
]
ASF GitHub Bot commented on METRON-1006:
----------------------------------------
GitHub user mattf-horton opened a pull request:
https://github.com/apache/metron/pull/625
METRON-1006 Remove Incubator DISCLAIMER file and fix Release Process doc
## Contributor Comments
The Release Process document at
https://cwiki.apache.org/confluence/display/METRON/Release+Process
currently states that a file named DISCLAIMER is a required artifact in the
release package. The contents of this file are:
```
Apache Metron is an effort undergoing incubation at The Apache Software
Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is
required
of all newly accepted projects until a further review indicates that the
infrastructure, communications, and decision making process have stabilized
in
a manner consistent with other successful ASF projects. While incubation
status
is not necessarily a reflection of the completeness or stability of the
code,
it does indicate that the project has yet to be fully endorsed by the ASF.
```
This clearly seems to be left over from our incubation days. I propose to
entirely remove the DISCLAIMER file, from the source tree and from the Release
Process document.
The usual disclaimers remain in the LICENSE file, of course.
## 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: NA
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mattf-horton/metron Metron_0.4.0
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/metron/pull/625.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 #625
----
commit a744604fa925aa329d6242286c2737f0942ab2c8
Author: mattf-horton <[email protected]>
Date: 2017-06-27T17:13:10Z
METRON-1006 Remove Incubator DISCLAIMER file and fix Release Process doc
----
> Remove Incubator DISCLAIMER file and fix Release Process doc
> ------------------------------------------------------------
>
> Key: METRON-1006
> URL: https://issues.apache.org/jira/browse/METRON-1006
> Project: Metron
> Issue Type: Bug
> Reporter: Matt Foley
>
> Incubator projects have to have a DISCLAIMER that says:
> ```
> Apache Metron is an effort undergoing incubation at The Apache Software
> Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is
> required
> of all newly accepted projects until a further review indicates that the
> infrastructure, communications, and decision making process have stabilized in
> a manner consistent with other successful ASF projects. While incubation
> status
> is not necessarily a reflection of the completeness or stability of the code,
> it does indicate that the project has yet to be fully endorsed by the ASF.
> ```
> This is not appropriate for a graduated TLP, and there is no evident similar
> disclaimer for TLPs as shown in other projects. The usual disclaimers remain
> in the LICENSE file, of course.
> Removing the DISCLAIMER file from our project root source directory.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)