Fossil SCM
Added a note to release-checklist.wiki reminding the user to pass the proper binary name to valgrind so that it does not pick up another copy (or a wrapper script) from the PATH.
Commit
efb602b7de151150929c69153f42193cf2731d8c3697b919a7126ef6b296a3d5
Parent
7b8be208bc9b637…
1 file changed
+5
-1
+5
-1
| --- test/release-checklist.wiki | ||
| +++ test/release-checklist.wiki | ||
| @@ -75,15 +75,19 @@ | ||
| 75 | 75 | </ol> |
| 76 | 76 | |
| 77 | 77 | <li><p> |
| 78 | 78 | Run the following commands on Linux and verify no major memory leaks |
| 79 | 79 | and no run-time errors or warnings (except for the well-known jump on an |
| 80 | -uninitialized value that occurs within zlib). | |
| 80 | +uninitialized value that occurs within zlib).</p> | |
| 81 | 81 | <ol type="a"> |
| 82 | 82 | <li> <b>valgrind fossil rebuild</b> |
| 83 | 83 | <li> <b>valgrind fossil sync</b> |
| 84 | 84 | </ol> |
| 85 | + | |
| 86 | +<p>Achtung: make sure to point valgrind to the proper fossil binary | |
| 87 | +so that it does not pick up another from the PATH.</p> | |
| 88 | + | |
| 85 | 89 | |
| 86 | 90 | <li><p> |
| 87 | 91 | |
| 88 | 92 | Inspect [http://fossil-scm.org/home/vdiff?from=release&to=trunk&sbs=1|all code changes since the previous release], paying particular |
| 89 | 93 | attention to the following details: |
| 90 | 94 |
| --- test/release-checklist.wiki | |
| +++ test/release-checklist.wiki | |
| @@ -75,15 +75,19 @@ | |
| 75 | </ol> |
| 76 | |
| 77 | <li><p> |
| 78 | Run the following commands on Linux and verify no major memory leaks |
| 79 | and no run-time errors or warnings (except for the well-known jump on an |
| 80 | uninitialized value that occurs within zlib). |
| 81 | <ol type="a"> |
| 82 | <li> <b>valgrind fossil rebuild</b> |
| 83 | <li> <b>valgrind fossil sync</b> |
| 84 | </ol> |
| 85 | |
| 86 | <li><p> |
| 87 | |
| 88 | Inspect [http://fossil-scm.org/home/vdiff?from=release&to=trunk&sbs=1|all code changes since the previous release], paying particular |
| 89 | attention to the following details: |
| 90 |
| --- test/release-checklist.wiki | |
| +++ test/release-checklist.wiki | |
| @@ -75,15 +75,19 @@ | |
| 75 | </ol> |
| 76 | |
| 77 | <li><p> |
| 78 | Run the following commands on Linux and verify no major memory leaks |
| 79 | and no run-time errors or warnings (except for the well-known jump on an |
| 80 | uninitialized value that occurs within zlib).</p> |
| 81 | <ol type="a"> |
| 82 | <li> <b>valgrind fossil rebuild</b> |
| 83 | <li> <b>valgrind fossil sync</b> |
| 84 | </ol> |
| 85 | |
| 86 | <p>Achtung: make sure to point valgrind to the proper fossil binary |
| 87 | so that it does not pick up another from the PATH.</p> |
| 88 | |
| 89 | |
| 90 | <li><p> |
| 91 | |
| 92 | Inspect [http://fossil-scm.org/home/vdiff?from=release&to=trunk&sbs=1|all code changes since the previous release], paying particular |
| 93 | attention to the following details: |
| 94 |