summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorRegina Pfeifer <regina@mailbox.org>2018-11-27 22:19:32 (GMT)
committerRegina Pfeifer <regina@mailbox.org>2018-11-28 23:29:13 (GMT)
commit8c25aa2feb589f733b5b80ec231217fc31518752 (patch)
treeae772fa910e4b8b8bfe9c13ab75d701eda9b1dd2 /Help
parenta688c6b92861c77ee8d065ae8c679c317fe8d0c0 (diff)
downloadCMake-8c25aa2feb589f733b5b80ec231217fc31518752.zip
CMake-8c25aa2feb589f733b5b80ec231217fc31518752.tar.gz
CMake-8c25aa2feb589f733b5b80ec231217fc31518752.tar.bz2
CTest: Remove submission trigger
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/ctest.1.rst5
-rw-r--r--Help/variable/CTEST_TRIGGER_SITE.rst3
2 files changed, 3 insertions, 5 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst
index 3999feb..064a6da 100644
--- a/Help/manual/ctest.1.rst
+++ b/Help/manual/ctest.1.rst
@@ -1137,7 +1137,7 @@ Configuration settings include:
``IsCDash``
Specify whether the dashboard server is `CDash`_ or an older
- dashboard server implementation requiring ``TriggerSite``.
+ dashboard server implementation.
* `CTest Script`_ variable: :variable:`CTEST_DROP_SITE_CDASH`
* :module:`CTest` module variable: ``CTEST_DROP_SITE_CDASH``
@@ -1157,8 +1157,7 @@ Configuration settings include:
initialized by the :command:`site_name` command
``TriggerSite``
- Legacy option to support older dashboard server implementations.
- Not used when ``IsCDash`` is true.
+ Legacy option. Not used.
* `CTest Script`_ variable: :variable:`CTEST_TRIGGER_SITE`
* :module:`CTest` module variable: ``TRIGGER_SITE`` if set,
diff --git a/Help/variable/CTEST_TRIGGER_SITE.rst b/Help/variable/CTEST_TRIGGER_SITE.rst
index de92428..a50e405 100644
--- a/Help/variable/CTEST_TRIGGER_SITE.rst
+++ b/Help/variable/CTEST_TRIGGER_SITE.rst
@@ -1,5 +1,4 @@
CTEST_TRIGGER_SITE
------------------
-Specify the CTest ``TriggerSite`` setting
-in a :manual:`ctest(1)` dashboard client script.
+Legacy option. Not used.