Changes between Version 45 and Version 46 of SysAdmin/ReleaseProcess
- Timestamp:
- 06/23/12 14:56:52 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SysAdmin/ReleaseProcess
v45 v46 1 = Release Process = 1 2 [[TOC]] 2 = Release Process =3 3 4 4 When making a Stable Branch from which to build releases, we need to do these tasks: … … 20 20 * cron/crontab 21 21 * models/000_config.py 22 22 23 === Update Language Files === 23 24 {{{ … … 63 64 64 65 === Update Demo === 65 * [wiki:DeveloperGuidelinesWeb2PyUpdate Update Web2Py] (if necessary)66 * [wiki:DeveloperGuidelinesWeb2PyUpdate Update Web2Py] if necessary 66 67 {{{ 67 68 cd /home/web2py/applications/eden 68 bzr pull -r xxx 69 git pull 69 70 }}} 70 71