release_procedure.txt 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. Copyright 2003, 2005, 2006 Vladimir Prus
  2. Distributed under the Boost Software License, Version 1.0.
  3. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
  4. B2 V2 release procedure.
  5. [ Must be done from a Unix shell ]
  6. 0. Look for all issues for current milestone in the tracker. Close the fixed one,
  7. if not already closed. Move to a later milestone, or fix all the unfixed
  8. ones.
  9. Make sure that "bjam --version" output is correct. Update version string if
  10. needed. Update bjam version and the version check is necessary.
  11. Check the download locations in "index.html". Check that "last modified"
  12. string in index.html is correct.
  13. 1. Make sure you don't have any local modification, and create SVN directory
  14. https://svn.boost.org/svn/boost/branches/build/Milestone_X
  15. Then, copy:
  16. https://svn.boost.org/svn/boost/trunk/tools/build
  17. https://svn.boost.org/svn/boost/trunk/tools/jam
  18. to that directory.
  19. 2. Run
  20. svn co https://svn.boost.org/svn/boost/branches/build/Milestone_X boost-build
  21. 3. Go to "boost-build/build/v2" directory.
  22. 4. Run "./roll.sh". This will create "boost-build.zip" and
  23. "boost-build.tar.bz2" in parent directory, and also upload
  24. new docs to sourceforge.
  25. 5. Unpack "boost-build.tar.bz2", and build jam.
  26. 6. Go to "test" and copy "test-config-example.jam" to "test-config.jam".
  27. If you're not ghost, edit test-config.jam to specify all the right paths.
  28. Run gcc tests:
  29. python test_all.py gcc --extras
  30. 7. Build all projects in examples-v2, using the bjam binary created at step 4.
  31. Note: "threading=multi" might be needed to build QT examples.
  32. 8. Make SF release:
  33. - Go to
  34. https://sourceforge.net/project/admin/editpackages.php?group_id=7586
  35. - Create new B2 release. Name it 2.0-mXX
  36. - Upload the changelog. Be sure to turn the "Preserve my pre-formatted
  37. text" checkbox.
  38. - Rename previously built packages to boost-build-2.0-mXX.tar.bz2
  39. and boost-build-2.0-mXX.zip. Upload them to the
  40. /incoming directory on ftp://upload.sourceforge.net
  41. - Add those file to release, edit file properties.
  42. - In a separate browser, verify changelog is not damaged.
  43. - In a separate browser, Download the files and verify checksums.
  44. - In SF file release interface, send email notice.
  45. 9. Announce the release, etc.
  46. 10. Login to SF and update the current-release redirects in
  47. /home/groups/b/bo/boost/htdocs/boost-build2/.htaccess.
  48. 11. If any issues were found during release in this document or in
  49. test-config-example.jam, commit those changes. The release need
  50. not be redone, but changes must be committed.
  51. 12. Set release date in changes.txt and commit.