Changes between Initial Version and Version 1 of SysAdmin/ReleaseProcess


Ignore:
Timestamp:
01/02/09 21:20:26 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SysAdmin/ReleaseProcess

    v1 v1  
     1== Release Process ==
     2
     3When making a Stable Branch from which to build releases, we need to do these tasks:
     4
     5Ensure included files sane:
     6 * README
     7 * VERSION
     8 * CHANGELOG
     9
     10Compress JS files
     11 * OpenLayers: http://trac.openlayers.org/wiki/Profiles
     12 * MapFish (inc OL): https://trac.mapfish.org/trac/mapfish/wiki/HowToBuild
     13 * proj4js-compressed.js
     14 * jquery.dimensions.pack.js
     15
     16Combine CSS files into a single consolidated stylesheet.
     17 * Browsers default to only downloading 2 files at a time, so many files is very slow on high latency links
     18
     19Make a build script to achieve these?
     20
     21----
     22DeveloperGuidelines