Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucy Wiki" for change 
notification.

The "ReleasePrep" page has been changed by MarvinHumphrey:
https://wiki.apache.org/lucy/ReleasePrep?action=diff&rev1=11&rev2=12

Comment:
Update instructions for RAT and checking copyright notices.

  
  === RAT ===
  
- The RAT report generated by Buildbot must pass:
- [http://ci.apache.org/projects/lucy/rat-output.html].
+ RAT must pass.  After installing RAT, run it like this:
+ 
+ {{{
+ java -jar apache-rat/target/apache-rat-0.11.jar -E 
lucy/devel/conf/rat-excludes -d lucy
+ }}}
  
  === Issue tracker clean ===
  
@@ -28, +31 @@

  To find copyright notices within the source tree while excluding ALv2 license 
headers, use the following grep command:
  
  {{{
- grep -riP 'copyright (?!owner)' lucy/
+ grep -riP copyright lucy/ | grep -v 'copyright owner'
  }}}
  
  === CHANGES file ===

Reply via email to