summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Zeimetz <bernd@bzed.de>2010-08-31 22:21:16 +0200
committerBernd Zeimetz <bernd@bzed.de>2010-08-31 22:21:16 +0200
commita20da0b5330347ae4acba375fc8c41c933896d4b (patch)
tree314f0db28b1290f331656fe4614ebcd9ab07358a
parent60938a487bfc0a9361996f8660dc93bf2e10cec8 (diff)
downloadgpsd-a20da0b5330347ae4acba375fc8c41c933896d4b.tar.gz
Move gpsd-debian-regressions.sh to devtools.
-rw-r--r--contrib/README3
-rw-r--r--devtools/README5
-rwxr-xr-xdevtools/gpsd-debian-regressions.sh (renamed from contrib/gpsd-debian-regressions.sh)0
3 files changed, 5 insertions, 3 deletions
diff --git a/contrib/README b/contrib/README
index 3066cfe0..79c71c81 100644
--- a/contrib/README
+++ b/contrib/README
@@ -39,6 +39,3 @@ lla2ecef transforms latitude/longitude/altitude (aka north-east-up or local
tangential plane) coordinates into the earth-centered-earth-fixed frame. If
invoked as "ecef2lla" it will transform coordinates in the opposite manner.
-gpsd-debian-regressions.sh retrieves the latest build logs from
-Debian's buildds and extracts a list of failed regression tests, sorted
-by architecture.
diff --git a/devtools/README b/devtools/README
index 31a703b4..bbf3dd3f 100644
--- a/devtools/README
+++ b/devtools/README
@@ -46,6 +46,11 @@ The files prefixed with flock are the scripts, data files, and
documentation for the flock-test suite. Read flock-instructions for
explanation.
+== gpsd-debian-regressions.sh ==
+
+Retrieves the latest build logs from Debian's buildds and extracts a
+list of failed regression tests, sorted by architecture.
+
== leapsecond.py ==
Gets the current leap-second correction forom IERS and/or the USNO.
diff --git a/contrib/gpsd-debian-regressions.sh b/devtools/gpsd-debian-regressions.sh
index 0ffc1572..0ffc1572 100755
--- a/contrib/gpsd-debian-regressions.sh
+++ b/devtools/gpsd-debian-regressions.sh