ReleaseProcess

Revision 3 as of 2010-08-05 17:29:06

Clear message

To release the LoCo Directory, you need to follow the following steps:

  1. make sure there are no important merge proposals outstanding

  2. update the translations template (./manage.py update-template), commit the change and push it to trunk

  3. wait until you get a confirmation mail from LP
  4. download the latest translations

  5. pull the newest trunk (lp:loco-directory)

  6. integrate the newest translations (./manage.py import-translations ~/launchpad-export.tar.gz)

  7. ./manage.py compilemessages

  8. test the release
  9. commit the translations, push to lp:loco-directory
  10. find out current milestone from https://launchpad.net/loco-directory/+series

  11. ./manage.py release <release number>

  12. commit, push to lp:loco-directory
  13. check out lp:~loco-directory-dev/loco-directory/production

  14. merge trunk release into lp:~loco-directory-dev/loco-directory/production, push

  15. send mail to rt at ubuntu dot com with this or similar content:

    Hello everybody,
    
    could you please go and update loco.ubuntu.com from
    lp:~loco-directory-dev/loco-directory/production? Here's the steps that are involved:
    
     - cd /srv/loco.ubuntu.com
     - bzr pull lp:~loco-directory-dev/loco-directory/production
     - cd loco_directory
     - ./manage.py migrate
     - ./manage.py compilemessages
     - (reload apache)
    
    Thanks a lot in advance.

    - Please make sure additional dependencies, additional steps, etc. need to be document carefully in there.

  16. Hang out in #canonical-sysadmin if the request should take longer.

  17. Once landed, make sure it all works.
  18. Close all bugs of the active milestone.

  19. Mark current milestone as released.
  20. Open new milestone.