summaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorFred Wright <fw@fwright.net>2016-09-22 16:29:30 -0700
committerGary E. Miller <gem@rellim.com>2016-09-22 18:43:54 -0700
commit0baf3bb6f0db88d07838360b7955751498c65664 (patch)
tree0a188772cf7de75e7e5292b5f063f5c8c8e578ad /devtools
parenta6bae1521cb4361122a19e9498ace5ab4d061b50 (diff)
downloadgpsd-0baf3bb6f0db88d07838360b7955751498c65664.tar.gz
Adds comment to regress-builder about its current brokenness.
This is the last remaining included Python program that isn't compatible with Python 3, and it doesn't make sense to fix that unless someone is motivated to fix its general outdatedness. TESTED: No. Signed-off-by: Gary E. Miller <gem@rellim.com>
Diffstat (limited to 'devtools')
-rwxr-xr-xdevtools/regress-builder8
1 files changed, 8 insertions, 0 deletions
diff --git a/devtools/regress-builder b/devtools/regress-builder
index 146aa49c..67df3588 100755
--- a/devtools/regress-builder
+++ b/devtools/regress-builder
@@ -16,6 +16,14 @@ to seed from the system time.
If no options are given, the script performs a sequential test of all
possibilities. This requires time on the order of 2 ** n where n is
the count of options.
+
+***IMPORTANT***:
+Not only has this program not been updated for Python 3, but it hasn't been
+touched in such a long time that it still expects to use make rather than
+SCons to do builds (and probably has outdated notions of the drivers as well).
+Although updating it for Python 3 doesn't look too difficult, it doesn't make
+sense to do so without first restoring it to correct operation with Python 2,
+since the former fixes would otherwise be untestable.
"""
import os, sys, random, getopt, time