wiki:SysAdmin/ReleaseProcess

Version 3 (modified by Fran Boon, 16 years ago) ( diff )

Check that all works with a released version of Web2Py

Release Process

When making a Stable Branch from which to build releases, we need to do these tasks:

Check that all works with a released version of Web2Py

Ensure included files sane:

  • README
  • VERSION
  • CHANGELOG

Compress JS files

Combine CSS files into 2 consolidated stylesheets.

  • Browsers default to only downloading 2 files at a time, so many files is very slow on high latency links
  • GIS components only need loading for the Map Viewing Client

Make a build script to achieve these?


DeveloperGuidelines

Note: See TracWiki for help on using the wiki.