Changes between Version 51 and Version 52 of PakistanDeploymentCycle


Ignore:
Timestamp:
09/06/10 17:05:09 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PakistanDeploymentCycle

    v51 v52  
    3737=== 1. Upgrade Live with code release from UAT ===
    3838 * Read VERSION from UAT to know which revision to pull to live
     39 * maintenance_on()
     40 * migrate_on()
    3941 * pull()
    4042  * the script should fall back to 'bzr pull' but support an 'update XXX' arg to 'bzr pull -r XXX'
    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)}}}
     43 * Extend the cleanup() line to cover all files (in Models at least)
    4244  * either parse the bzr output or search filesystem - whichever is easier/quicker
    4345 * migrate
     
    4648 * resolve any migration failures
    4749  * we should be able to have a script developed during the UAT upgrade to do this automatically
    48  * migrateoff
    49 
     50 * migrate_off()
     51 * maintenance_off()
    5052=== 2. Refresh the UAT database with data from Live ===
    5153 * Include 'uploads' folder