Tnx. On 12/3/24, 5:13 PM, "Justin Mclean" <jus...@classsoftware.com <mailto:jus...@classsoftware.com>> wrote:
!-------------------------------------------------------------------| This Message Is From an External Sender This message came from outside your organization. |-------------------------------------------------------------------! 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://urldefense.com/v3/__https://incubator.apache.org/guides/releasemanagement.html__;!!GjvTz_vk!UiWwz86Dq3tWBEPiDzIFH4_5MZ_35Bj85E5tNVAuIRekoNpE-6yfzvCzVEHWRudikYhN5RXqaIvgfN_s$ <https://urldefense.com/v3/__https://incubator.apache.org/guides/releasemanagement.html__;!!GjvTz_vk!UiWwz86Dq3tWBEPiDzIFH4_5MZ_35Bj85E5tNVAuIRekoNpE-6yfzvCzVEHWRudikYhN5RXqaIvgfN_s$> 2. https://urldefense.com/v3/__https://incubator.apache.org/guides/distribution.html__;!!GjvTz_vk!UiWwz86Dq3tWBEPiDzIFH4_5MZ_35Bj85E5tNVAuIRekoNpE-6yfzvCzVEHWRudikYhN5RXqaMcAnyif$ <https://urldefense.com/v3/__https://incubator.apache.org/guides/distribution.html__;!!GjvTz_vk!UiWwz86Dq3tWBEPiDzIFH4_5MZ_35Bj85E5tNVAuIRekoNpE-6yfzvCzVEHWRudikYhN5RXqaMcAnyif$> 3. https://urldefense.com/v3/__https://creadur.apache.org/rat/__;!!GjvTz_vk!UiWwz86Dq3tWBEPiDzIFH4_5MZ_35Bj85E5tNVAuIRekoNpE-6yfzvCzVEHWRudikYhN5RXqaH1GDoWd$ <https://urldefense.com/v3/__https://creadur.apache.org/rat/__;!!GjvTz_vk!UiWwz86Dq3tWBEPiDzIFH4_5MZ_35Bj85E5tNVAuIRekoNpE-6yfzvCzVEHWRudikYhN5RXqaH1GDoWd$> 4. https://urldefense.com/v3/__https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator <https://urldefense.com/v3/__https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator>*Release*Checklist__;Kys!!GjvTz_vk!UiWwz86Dq3tWBEPiDzIFH4_5MZ_35Bj85E5tNVAuIRekoNpE-6yfzvCzVEHWRudikYhN5RXqaDV-zXDh$ --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org <mailto:general-unsubscr...@incubator.apache.org> For additional commands, e-mail: general-h...@incubator.apache.org <mailto:general-h...@incubator.apache.org> --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org For additional commands, e-mail: general-h...@incubator.apache.org