summaryrefslogtreecommitdiff
path: root/testing/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/index.html')
-rw-r--r--testing/index.html16
1 files changed, 11 insertions, 5 deletions
diff --git a/testing/index.html b/testing/index.html
index 57085b95..7e5fcb03 100644
--- a/testing/index.html
+++ b/testing/index.html
@@ -4,10 +4,11 @@
<body>
<h1>Release testing</h1>
- A release test must be done on code committed to svn. Commit, then test. That way one can know for sure *what* code was actually tested.
+ A release test must be done on code committed to git.
+ Commit, then test. That way one can know for sure *what* code was actually tested.
<p>
Note that this testing document does not have anything to do with testing that is done
- before committing to svn. It is a test document for released code. Pre-commit testing
+ before committing to git. It is a test document for released code. Pre-commit testing
is done mostly by the developer who has written the change. Sometimes code is committed
to synchronize work, even if it has known problems. Release testing is
done on code believed to be stable, often a couple of weeks old, and not by
@@ -17,9 +18,14 @@
All of the above makes it imperative that there can be no doubt about *which* code
is tested and thus all tests refer to committed code by subversion number.
<h1>Release procedure</h1>
- OpenOCD trunk is work in progress. Expect it to change daily and to have some quirks.
+ OpenOCD mainline is work in progress.
+ Expect it to change daily and to have some quirks.
<p>If you need the latest released and tested version, look for binary snapshots of OpenOCD. Worst case look up the test result table below for the features that are important to you and extract and build the version that has the right cocktail of working features for you. You can also work with the community to address the problems you are seing. Testing work and bug reports are highly appreciated.</p>
- <p>The OpenOCD community may decide to create release branches. If this happens, then a branch will be created from OpenOCD trunk. The particular version to create that branch might be an older version rather than the latest and greatest. Fixes are then ported to that release branch from OpenOCD trunk.</p>
+ <p>The OpenOCD community may decide to create release branches. If
+ this happens, then a branch will be created from OpenOCD mainline.
+ The particular version to create that branch might be an older version
+ rather than the latest and greatest. Fixes are then ported to that
+ release branch from OpenOCD mainline.</p>
<hr>
<h2>OpenOCD smoketests</h2>
This is a set of tests that exercise the entire OpenOCD system and various targets. It
@@ -34,4 +40,4 @@
<a href="testcases.html">Test cases</a>
</body>
-</html> \ No newline at end of file
+</html>