release_mgr_checklist.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Language" content="en-us">
  5. <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
  6. <meta name="ProgId" content="FrontPage.Editor.Document">
  7. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  8. <title>Release Manager's Checklist</title>
  9. </head>
  10. <body bgcolor="#FFFFFF">
  11. <table border="1" bgcolor="#007F7F" cellpadding="2">
  12. <tr>
  13. <td bgcolor="#FFFFFF">
  14. <img src="../boost.png" alt="boost.png (6897 bytes)" width="277" height="86"></td>
  15. <td><a href="../index.htm"><font face="Arial,Helvetica" color="#FFFFFF"><big>Home</big></font></a></td>
  16. <td><a href="../libs/libraries.htm"><font face="Arial,Helvetica" color="#FFFFFF"><big>Libraries</big></font></a></td>
  17. <td><a href="../people/people.htm"><font face="Arial,Helvetica" color="#FFFFFF"><big>People</big></font></a></td>
  18. <td><a href="../more/faq.htm"><font face="Arial,Helvetica" color="#FFFFFF"><big>FAQ</big></font></a></td>
  19. <td><a href="../more/index.htm"><font face="Arial,Helvetica" color="#FFFFFF"><big>More</big></font></a></td>
  20. </tr>
  21. </table>
  22. <h1>Release Manager's Checklist</h1>
  23. <p><a href="#Introduction">Introduction</a><br>
  24. <a href="#Pre-release">Pre-release activities</a><br>
  25. <a href="#Branch-for-release">CVS Branch for release</a><br>
  26. <a href="#CVS-release">CVS Release</a><br>
  27. <a href="#Distribution">Distribution</a></p>
  28. <h2><a name="Introduction">Introduction</a></h2>
  29. <p>Historically, items on this checklist were accomplished by scripts written
  30. in Perl, Python, Bash, C++, and as Windows command files, or by point-and-click
  31. on a FrontPage or other GUI based program. Long term the plan is to move as much
  32. as possible of these to C++, as
  33. the one language all Boost developers are comfortable with. </p>
  34. <h2><a name="Pre-release">Pre-release</a> activities</h2>
  35. <ul>
  36. <li>After discussion on the main list, post the release schedule.<br>
  37. &nbsp;</li>
  38. <li>Verify the <i><b>root/index.htm</b></i>, <i><b>root/boost/version.hpp</b></i>, <i><b>root/Jamfile.v2</b></i> and
  39. <i><b>root/Jamrules</b></i>
  40. release numbers are correct and agree. <br>
  41. &nbsp;</li>
  42. <li>Verify via <a href="mailto:jamboost@yahoogroups.com">jamboost@yahoogroups.com</a>
  43. that bjam pre-built executables up-to-date.<br>
  44. &nbsp;</li>
  45. <li>Remove the oldest &quot;Latest News&quot; from root/index.htm.<br>
  46. &nbsp;</li>
  47. <li>For each new library added this release:</li>
  48. </ul>
  49. <blockquote>
  50. <ul>
  51. <li>Verify root/index.htm Latest News entry has been made and reads well.<br>
  52. &nbsp;</li>
  53. <li>Verify root/libs/libraries.htm entry has been made, both in the
  54. alphabetic list and in the category lists.<br>
  55. &nbsp;</li>
  56. <li>Verify the root/libs/xxx directory contains an index.htm or index.html
  57. file; either the main docs or a redirection to the main docs. <b><i>To do:
  58. automate this.</i></b><br>
  59. &nbsp;</li>
  60. <li>Skim read the primary docs pages to make sure they meet Boost
  61. requirements and guidelines. <b><i>Don't leave this until too late; it has
  62. turned up lots of issues in the past.<br>
  63. &nbsp;</i></b></li>
  64. <li>Generate the header dependency table and update the CVS.<b><i> To do:
  65. coordinate with John Maddock's new dependency tools.</i></b></li>
  66. </ul>
  67. </blockquote>
  68. <ul>
  69. <li>Monitor
  70. <a href="http://boost.sourceforge.net/regression-logs/inspection_report.html">
  71. http://boost.sourceforge.net/regression-logs/inspection_report.html</a> to
  72. verify problems are actively being reduced. Make sure none of the problems are
  73. in files the release manager is responsible for.<br>
  74. &nbsp;</li>
  75. <li>Monitor regression tests (<a href="http://boost.sourceforge.net/regression-logs/inspection_report.html">http://boost.sourceforge.net/regression-logs</a>)
  76. to verify that errors are actively being reduced or accounted for on key
  77. platforms and compilers.<br>
  78. &nbsp;<ul>
  79. <li>Boost errors are being actively worked on by library maintainers.</li>
  80. <li>Compiler or standard library errors are at least identified, and
  81. preferably reported to the supplier.</li>
  82. <li>No errors remain uninvestigated or unclassified.<br>
  83. &nbsp;</li>
  84. </ul>
  85. </li>
  86. <li>Monitor the developer and user mailing lists to verify that all posted
  87. patches are being applied, rejected, or otherwise dealt with.<br>
  88. &nbsp;</li>
  89. <li>Monitor the developer and user mailing lists, and the SourceForge bug
  90. tracker, to verify that all posted bug reports are being investigated, fixed,
  91. rejected, or otherwise dealt with.<br>
  92. &nbsp;</li>
  93. <li>Monitor CVS commits to verify that all the expected and/or promised
  94. content actually gets committed. Try to get developers to avoid last minute
  95. commits of major changes.</li>
  96. </ul>
  97. <h2><a name="Branch-for-release">CVS Branch for release</a></h2>
  98. <ul>
  99. <li>Pre-release activities complete enough to justify branch-for-release?<br>
  100. &nbsp;</li>
  101. <li>Everybody happy?<br>
  102. &nbsp;</li>
  103. <li>Branch for release:<ul>
  104. <li>Tag the main trunk&nbsp; <code>merged_to_RC_n_n_n</code>.</li>
  105. <li>Branch the main trunk with the tag <code>RC_n_n_n</code>.<br>
  106. &nbsp;</li>
  107. </ul>
  108. </li>
  109. <li>Post notice on main list.&nbsp;Remind developers that fixes which apply
  110. to both Main Trunk and Branch have to be committed separately to both.</li>
  111. </ul>
  112. <h2><a name="CVS-release">CVS Release</a></h2>
  113. <ul>
  114. <li>Pre-release activities all complete?<br>
  115. &nbsp;</li>
  116. <li>Post notice to make sure all developers ready.<br>
  117. &nbsp;</li>
  118. <li>Tag: WinCVS: Select site, then tag (Modify|Create tag..., toolbar T on doc). New
  119. tag name: Version_1_21_2 (or whatever). If prior release failed, select
  120. &quot;overwrite existing tags with the same name&quot;.</li>
  121. </ul>
  122. <h2><a name="Distribution">Distribution</a></h2>
  123. <p>These procedures are given for a particular release manager's machine. The
  124. plan is to replace them with more generic procedures over time.</p>
  125. <ul>
  126. <li>Create folders for export:<br>
  127. <br>
  128. &nbsp;&nbsp;&nbsp; c:\boost\boost_1_28_0<br>
  129. &nbsp;&nbsp;&nbsp; c:\boost\temp\boost_1_28_0<br>
  130. <br>
  131. Note that several batch files assume these locations and naming schemes.<br>
  132. &nbsp;</li>
  133. <li>Export Win32 distribution: WinCVS | Remote | Checkout Module<br>
  134. <br>
  135. Checkout settings: module name and path on the server: boost, local folder to
  136. checkout to: c:\boost\boost_1_28_0<br>
  137. <b><i>[for 1.29.0 export, put everything in a boost_1_29_0/boost subdirectory.&nbsp;
  138. Experiments with 1.30.0 tried boost/boost as the path on server, but that just
  139. resulted in getting the boost header subdirectory only.]</i></b><br>
  140. <br>
  141. Checkout options: (check) By revision/tab/branch: Version_1_28_0, (check) Do
  142. not create CVS directories (export)<br>
  143. <br>
  144. This results in the follow command: cvs -z9 export -r Version_1_28_0 boost (in
  145. directory C:\boost\boost_1_28_0)<br>
  146. <br>
  147. (takes about ten minutes)<br>
  148. <br>
  149. (rename boost-root if needed !!!!!!!!!!!!!!!!!!!)<br>
  150. &nbsp;</li>
  151. <li>Export Unix distribution: similar to above, except target is c:\boost\temp\boost_1_28_0
  152. and set global for UNIX nl.<br>
  153. &nbsp;</li>
  154. <li>!!!!!! VERY IMPORTANT: WinCVS | Set Preferences | Global back to non-UNIX nl.
  155. !!!!!!!!!!!!!!!<br>
  156. &nbsp;</li>
  157. <li>Add regression results web pages into package (new in 1.33 so this is just a shot at the process - jeff)<br>
  158. download all the regression results from website (may need meta-comm help on this)<br>
  159. unpack the regression results into tools/regression/latest_release<br>
  160. <br>
  161. </li>
  162. <li>General ZIP and TAR.GZ files<br>
  163. <br>
  164. n_n_n is 1_28_0 or whatever<br>
  165. <br>
  166. cd \boost<br>
  167. boost_zip 1_21_2 (creates zip.log) <br>
  168. boost_tar_gz 1_21_2<br>
  169. bash<br>
  170. &nbsp;&nbsp;&nbsp;
  171. gunzip -c boost_1_21_2.tar.gz | bzip2 &gt; boost_1_21_2.tar.bz2<br>
  172. &nbsp;&nbsp;&nbsp; exit<br>
  173. &nbsp;</li>
  174. <li>Upload and unpack the .zip release candidate to a SourceForge web services
  175. sub-directory. Post a message to the main list asking developers to check
  176. contents. (Daniel Frey has volunteered to help check).<br>
  177. &nbsp;</li>
  178. <li>Upload files for SourceForge release incoming directory using <b>WS_FTP Pro</b><ul>
  179. <li>Start keep_isdn_awake</li>
  180. <li>Connection: SourceForge Release Upload | connect</li>
  181. <li>Select Local system: c:\boost</li>
  182. <li>Select Remote system: /incoming</li>
  183. <li>Drag-and-drop the three release files from Local system to Remote system</li>
  184. <li>Disconnect</li>
  185. <li>Stop keep_isdn_awake<br>
  186. &nbsp;</li>
  187. </ul>
  188. </li>
  189. <li>Complete the SourceForge
  190. <a href="http://sourceforge.net/docman/display_doc.php?docid=6445&amp;group_id=1#createrelease">
  191. release procedure</a>.<ul>
  192. <li>Admin | File Releases | Add Release for package name boost</li>
  193. <li>New release name: 1.21.2 | create this release</li>
  194. <li>Step 1: paste in release notes (in HTML). <b>Be sure to note difference
  195. between .zip and .gz/bz2 files.</b> Submit/Refresh</li>
  196. <li>Step 2: Check appropriate files. Add Files and/or Refresh View</li>
  197. <li>Step 3: For each file, select Processor and File Type, Update/Refresh</li>
  198. <li>Setp 4: Email Release Notice: I'm sure. Send Notice.</li>
  199. <li>Wait up to 30 minutes.</li>
  200. <li>Check SourceForge release page and release notes with web browser.<br>
  201. &nbsp;</li>
  202. </ul>
  203. </li>
  204. <li><i><b>Consider putting up a temporary &quot;Update in progress&quot; root/index.html
  205. during site update<br>
  206. &nbsp;</b></i></li>
  207. <li>Update the web site:<pre>cd ...\boost_1_28_0
  208. tar -cf site.tar *
  209. bzip2 -k site.tar
  210. dir site.tar.bz2
  211. pscp site.tar.bz2 beman_dawes@shell1.sourceforge.net:/home/groups/b/bo/boost/htdocs/
  212. keep_idsn_awake in another window.
  213. c:\bgd\util\putty\plink.exe beman_dawes@shell.sourceforge.net
  214. cd /home/groups/b/bo/boost/htdocs
  215. pwd
  216. ls -l site.tar.bz2
  217. rm -fr boost
  218. rm -fr doc
  219. rm -fr libs
  220. rm -fr more
  221. rm -fr people
  222. rm -fr status
  223. rm -fr tools
  224. bunzip2 -kc site.tar.bz2 | tar -x
  225. ls
  226. exit
  227. stop keep_isdn_awake</pre>
  228. </li>
  229. <li>Check actual <a href="http://www.boost.org">www.boost.org</a> site with
  230. browser. Look at a bunch of files that should have been updated to make sure
  231. the updates actually &quot;took&quot;.<br>
  232. &nbsp;</li>
  233. <li>Post a message announcing the release and recapping &quot;Latest News&quot;.&nbsp;
  234. Post as separate messages to: boost, boost-announce, boost-users,
  235. comp.lang.c++.moderated,
  236. <a href="mailto:c++std-news@research.att.com">c++std-news@research.att.com</a><br>
  237. &nbsp;</li>
  238. <li>Using the SourceForge shell services (sf_shell_svc.bat), cd /home/groups/b/bo/boost/htdocs,
  239. and rename regression tests as necessary.<br>
  240. &nbsp;</li>
  241. <li>Burn &quot;Key Directories&quot; CD for off-site backup.<br>
  242. &nbsp;</li>
  243. <li>Make sure CVS working copy is updated to main branch!<br>
  244. &nbsp;</li>
  245. <li>Ready <i><b>root/index.htm</b></i>, <i><b>root/boost/version.hpp</b></i>, <b>root/Jamfile.v2</b> and
  246. <i><b>root/Jamrules</b></i> for the
  247. next release and commit to CVS so developers have a place to add &quot;Latest news&quot;
  248. blurbs.<br>
  249. &nbsp;</li>
  250. <li>Delete obsolete files from yahoogroups files section.</li>
  251. </ul>
  252. <hr>
  253. <p>Revised:
  254. <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->21 November, 2005<!--webbot bot="Timestamp" endspan i-checksum="40405" --></p>
  255. <p>© Copyright Beman Dawes 2001</p>
  256. <p>Distributed under the Boost Software License, Version 1.0. (See accompanying
  257. file <a href="../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy at
  258. <a href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</p>
  259. </body>
  260. </html>
粤ICP备19079148号