> You can use this UNIX script to download the release and verify the > signatures: > http://svn.apache.org/repos/asf/sling/trunk/check_staged_release.sh > > Usage: > sh check_staged_release.sh 1226 /tmp/sling-staging > sh check_staged_release.sh 1228 /tmp/sling-staging > sh check_staged_release.sh 1229 /tmp/sling-staging
For convenience, there's also a one-liner :-) $ for repo in 1226 1228 1229; do sh check_staged_release $repo; done Robert
