Skip to content

weinre release checklist

pmuellr edited this page Mar 12, 2012 · 2 revisions

items to complete for an apache release of weinre

references

to do's

  • figure out the signing process

  • generate naming scheme for 'dist' and 'archives'

  • ensure you can build 'binaries' from source distribution

  • ???

cordova naming, directories

weinre naming, directories

looking at Apache Ant - dist and archives

under the 'root' of their distribution URL, they have binaries, source, and manual directories.

For each directory, their are two archives - a .zip and a .tar, with the .tar being compressed with bz2 and gz, along with various checksum-y files.

binaries apache-ant-1.8.3-bin.zip
source apache-ant-1.8.3-src.zip
manual apache-ant-1.8.3-manual.zip

Based on that, I'd like to actually use directories bin, src, and doc, with the same 3 letter name as the suffix of the archive. So for weinre, it would be:

bin apache-cordova-weinre-2.0.0-bin.zip
src apache-cordova-weinre-2.0.0-src.zip
doc apache-cordova-weinre-2.0.0-doc.zip

The full set of files you'd see in the bin directory would be:

apache-cordova-weinre-2.0.0-bin.tar.bz2        
apache-cordova-weinre-2.0.0-bin.tar.bz2.asc    
apache-cordova-weinre-2.0.0-bin.tar.bz2.md5    
apache-cordova-weinre-2.0.0-bin.tar.bz2.sha1   
apache-cordova-weinre-2.0.0-bin.tar.bz2.sha512 
apache-cordova-weinre-2.0.0-bin.tar.gz         
apache-cordova-weinre-2.0.0-bin.tar.gz.asc     
apache-cordova-weinre-2.0.0-bin.tar.gz.md5     
apache-cordova-weinre-2.0.0-bin.tar.gz.sha1    
apache-cordova-weinre-2.0.0-bin.tar.gz.sha512  
apache-cordova-weinre-2.0.0-bin.zip            
apache-cordova-weinre-2.0.0-bin.zip.asc        
apache-cordova-weinre-2.0.0-bin.zip.md5        
apache-cordova-weinre-2.0.0-bin.zip.sha1       
apache-cordova-weinre-2.0.0-bin.zip.sha512