[
https://issues.apache.org/jira/browse/GEODE-6139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16719367#comment-16719367
]
ASF subversion and git services commented on GEODE-6139:
--------------------------------------------------------
Commit f89a3d59a18f616cdc51b5df94be8fd2490444df in geode-native's branch
refs/heads/develop from [~bbender]
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=f89a3d5 ]
GEODE-6139: Enforce Apache Rat findings in Travis CI (#414)
* GEODE-6139: Fix problems reported by rat in source release
- Add missing license headers to a couple of files
- Fix bad line for '.vs' in .gitignore
- Tell rat to ignore some trivial config files
- Remove stray tmp file
- Fix cmake file that was badly reformatted
- Fix .cpackignore string. .gitignore files use globbing, not regex, so they
can't be read into cpack ignore directly
- Run a script to execute rat and parse the result, rather than execute
directly from Travis, so we can fail the build if rat reports issues
Co-authored-by: Ernest Burghardt <[email protected]>
Co-authored-by: Mike Martell <[email protected]>
Co-authored-by: Jacob Barrett <[email protected]>
> Fix rat complaints about files for 1.8 release
> ----------------------------------------------
>
> Key: GEODE-6139
> URL: https://issues.apache.org/jira/browse/GEODE-6139
> Project: Geode
> Issue Type: Bug
> Components: native client
> Reporter: Blake Bender
> Priority: Major
> Labels: pull-request-available
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Rat is griping about the missing license headers in a few of the source
> files, so these need to be added. It's also complaining about a few config
> files which do NOT need license headers, so these need to be added to
> .ratignore. We also saw some leftover stuff in a cmake-build-debug folder,
> so we need to make sure the directory is git cleaned before the release
> manager runs cpack. Lastly, one file was mysteriously absent from the
> documentation in the final package, so we need to verify that this was
> spurious or get the file properly added.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)