Hi, I have just added two scripts to https://svn.apache.org/repos/asf/devicemap/trunk, borrowed and adapted from the Sling project:
check_staged_release.sh - downloads a staged release and checks digests and signatures check_release_matches_tag.sh - executed on a downloaded release, checks the svn tag Those work for releases created with the current Maven build setup, so for example ./check_staged_release.sh 1004 /tmp/devicemap-staging to check the basics of the data 1.0.3 release that's being voted on. -Bertrand