HI,

> Maybe the members could put them somewhere readily accessible and links in 
> the Incubator intro docs.

I’m unaware of any scripts besides Apache Rat, but if anyone else has one, 
please speak up. The presentation “\How to Get Your Release Through the 
Incubator” is linked to from the front page of the incubator and covers how to 
review releases in detail. We have info on making releases [1][2]. Info on 
Apache Rat can be found here [3]. There’s also a release checklist. [4]

To save time typing, I have a one-line script I use to find various things, 
which just uses find and grep.

find . -type f -exec grep -i "$1" {} \; -print

For example: search “copyright” | sort -u will find all copyright lines, which 
may help to check the contents of the LICENSE file.

Kind Regards,
Justin

1. https://incubator.apache.org/guides/releasemanagement.html
2. https://incubator.apache.org/guides/distribution.html
3. https://creadur.apache.org/rat/
4. 
https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org

Reply via email to