Changes between Version 50 and Version 51 of PakistanDeploymentCycle
- Timestamp:
- 09/06/10 16:41:43 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PakistanDeploymentCycle
v50 v51 37 37 === 1. Upgrade Live with code release from UAT === 38 38 * Read VERSION from UAT to know which revision to pull to live 39 * pull 40 * the 'eden_upgrade'script should fall back to 'bzr pull' but support an 'update XXX' arg to 'bzr pull -r XXX'39 * pull() 40 * the script should fall back to 'bzr pull' but support an 'update XXX' arg to 'bzr pull -r XXX' 41 41 * Extend this line to cover all files (in Models at least): {{{run("mv ~web2py/applications/eden/models/000_config.py.THIS ~web2py/applications/eden/models/000_config.py", pty=True)}}} 42 42 * either parse the bzr output or search filesystem - whichever is easier/quicker