summaryrefslogtreecommitdiff
path: root/www/hacking.html.in
diff options
context:
space:
mode:
authorMichael Tatarinov <kukabu@gmail.com>2011-10-06 15:17:54 +0400
committerEric S. Raymond <esr@thyrsus.com>2011-10-06 12:08:17 -0400
commitd9bba13c4ffd8c4f0ddb94e5a6dffbf9fa2c1c2a (patch)
tree0790090e5f8388b52af11d90003acce200952c25 /www/hacking.html.in
parent5b6909ef50da07bd3a02f1dad52053f81baab649 (diff)
downloadgpsd-d9bba13c4ffd8c4f0ddb94e5a6dffbf9fa2c1c2a.tar.gz
Documentation tweaks after migration to SCons.
Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
Diffstat (limited to 'www/hacking.html.in')
-rw-r--r--www/hacking.html.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/www/hacking.html.in b/www/hacking.html.in
index 267d5d0d..8eba3a8e 100644
--- a/www/hacking.html.in
+++ b/www/hacking.html.in
@@ -315,7 +315,7 @@ go through the following checklist:</p>
documentation.</li>
<li>If your patch changes executable code in any way that is more than
- trivial, use the regression-test suite &mdash; "make testregress"
+ trivial, use the regression-test suite &mdash; "scons testregress"
&mdash; to check that your patch doesn't break the handling of any
already-supported GPS.</li>
@@ -1378,11 +1378,10 @@ encounter in the future.</p>
<p>State 0 (red): There are known blocker bugs, Blocker bugs include functional
regressions in core or driver code. </p>
-<p>State 1 (blue): There are no known blocker bugs. 'make
-testregress' passes, but problem-children (USB Garmin and serial PPS)
-have not been live-tested.</p>
+<p>State 1 (blue): There are no known blocker bugs. 'scons testregress' passes,
+but problem-children (USB Garmin and serial PPS) have not been live-tested.</p>
-<p>State 2 (yellow): There are no known blocker bugs. 'make testregress'
+<p>State 2 (yellow): There are no known blocker bugs. 'scons testregress'
passes. Problem children have been live-tested. From this state, we
drop back to state 1 if anyone commits a logic change to core code or
the driver for a problem child. In state 2, devs with release