> Now that the outage emergency is over, do you have those scripts handy?
:-) There really isn't that much to doing this, which is kind of the whole point. I have the following in my build script, between building and posting: for i in *.zip; do gpg --output $i.asc --detach-sig --armor $i; done for i in *.gz; do gpg --output $i.asc --detach-sig --armor $i; done See http://wiki.apache.org/old/SigningReleases. See also: http://wiki.apache.org/old/AvalonReleaseManagerHowto/SigningReleases, but I don't recommend the technique for avoiding passphrase entry. --- Noel
