Changes between Version 6 and Version 7 of Dev_ReleaseManagement
- Timestamp:
- Apr 19, 2009 12:10:31 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev_ReleaseManagement
v6 v7 44 44 {{{ 45 45 svn export http://svn.roundcube.net/branches/release-x.y ./roundcubemail-x.y 46 }}} 47 * the version naming should obviously match the branch/tag 48 * the folder name should include the version 49 50 * compress the !JavaScript files using [http://www.dojotoolkit.org/docs/shrinksafe Shrinksafe] 51 {{{ 52 cd roundcubemail-x.y/program/js/ 53 for fn in {app,common,googiespell,list}; do mv $fn.js $fn.js.src && java -jar shrinksafe.jar $fn.js.src > $fn.js; done 54 }}} 55 56 * create package archive 57 {{{ 46 58 tar czf roundcubemail-x.y.tar.gz ./roundcubemail-x.y 47 59 md5_file roundcubemail-x.y.tar.gz 48 60 }}} 49 61 50 * the version naming should obviously match the branch/tag51 * the folder name should include the version52 62 * distribute the release package on !SourceForge 53 63
