[
https://issues.apache.org/jira/browse/LENS-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Puneet Gupta updated LENS-1328:
-------------------------------
Description:
Check if any new files are added which are without Apache license. Decide
whether to add such files a part of rat check exclusion list in POM.xml or not.
Steps:
- 'git tag' can give you all tags, pick last release tag name
- git diff <last-release-tag>. In the less view, search for "\-\-\- /dev/null"
for finding files added. Search for "+++ /dev/null" for files deleted.
One can also get list of added files using : git dif <last-release-tag>
--summary | grep creat . Example git diff apache-lens-2.5.0-beta --summary |
grep create
> RAT Check for new files
> -----------------------
>
> Key: LENS-1328
> URL: https://issues.apache.org/jira/browse/LENS-1328
> Project: Apache Lens
> Issue Type: Sub-task
> Components: build
> Reporter: Puneet Gupta
> Assignee: Puneet Gupta
>
> Check if any new files are added which are without Apache license. Decide
> whether to add such files a part of rat check exclusion list in POM.xml or
> not.
> Steps:
> - 'git tag' can give you all tags, pick last release tag name
> - git diff <last-release-tag>. In the less view, search for "\-\-\-
> /dev/null" for finding files added. Search for "+++ /dev/null" for files
> deleted.
> One can also get list of added files using : git dif <last-release-tag>
> --summary | grep creat . Example git diff apache-lens-2.5.0-beta --summary |
> grep create
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)