Changes between Version 50 and Version 51 of PakistanDeploymentCycle


Ignore:
Timestamp:
09/06/10 16:41:43 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PakistanDeploymentCycle

    v50 v51  
    3737=== 1. Upgrade Live with code release from UAT ===
    3838 * 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'
    4141 * 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)}}}
    4242  * either parse the bzr output or search filesystem - whichever is easier/quicker