Hi Christian,
What about putting this as additional section on
http://onami.incubator.apache.org/committers/release-howto.html.
If OK for your, I'm happy to commit the page.
Thx, Eric
On 23/01/2013 05:30, Christian Grobmeier wrote:
Hi folks!
making releases is a serious job at the ASF. And a time-eater.
I usually check out the source tag and test/package it.
Then I take a look at the site to check the branding requirements:
www.apache.org/foundation/marks/pmcs
The RAT plugin outputs license header issues:
http://creadur.apache.org/rat/apache-rat-plugin/index.html
This command helps me to download artifacts from nexus to check them:
wget -e robots=off --cut-dirs=3 -r -p -np --no-check-certificate
https://repository.apache.org/content/repositories/orgapacheonami-149/org/apache/onami/org.apache.onami.test/
Then we need to take care our code signing keys are in the KEYS file.
MD5 checking i do with a little script from our mate Ivan (over from
logging land):
https://gist.github.com/3504123
Also I try to open artifacts (avoid zip problems and such).
Hope that helps others a bit - if you have own tipps, they are most
welcome, just reply here!
Cheers
Christian