Hi, > Ok, back into constructive mode: what ISN'T in the script that should be > there to make it comply with your list of "a lot of other items"?
Off top of my head - there's others. In general: - Check KEYS file - Copyright year in NOTICE is correct - double check wording in LICENCE and NOTICE is correct (there's a few older versions floating about) - Check that binary LICENSE and NOTICE are correct as these may be different to source release - RELEASE_NOTES contain correct list of fixed bugs - Check use of trademarks - Check headers on bundled software - Check compliance with licences of bundles software - Check if bundled software has a NOTICE file and that correctly reflected - Git tags need to match with source code in source package - Source package is named correctly - DISCLAIMER files has been removed if was in incubation - Check for unlicensed and binary files using the latest version of rat (and not using a given rat target) - Check images contain no trademark or copyrighted images - Check for font files and licences For the installer in particular (when I first raised this issue): - Check that it been signed correctly - Check it been compile with the correct version of AIR and Flex SDK - Check caching works - Check localisation works - Check performance over slow connection (usually a given for me) - SDK produced version numbers are correct - SDK produced RSL build number is correct - SDK xml files contain correct information / tokens expanded correctly - That the SDK is actually usable (sort of the most important one) - Compare generated SDK with git tag Justin