summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorRegina Pfeifer <regina@mailbox.org>2018-11-27 21:35:00 (GMT)
committerRegina Pfeifer <regina@mailbox.org>2018-11-28 23:29:13 (GMT)
commitc339b64cf241788edd9f886daff619eec41dc242 (patch)
tree73b5ca521097268ec61d66c72d8ce40b78d8ca2e /Help
parentaebdad399efb1394f904428b52011513f7dd0b7c (diff)
downloadCMake-c339b64cf241788edd9f886daff619eec41dc242.zip
CMake-c339b64cf241788edd9f886daff619eec41dc242.tar.gz
CMake-c339b64cf241788edd9f886daff619eec41dc242.tar.bz2
CTest: Remove submit method 'scp'
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/ctest.1.rst6
-rw-r--r--Help/variable/CTEST_SCP_COMMAND.rst3
2 files changed, 4 insertions, 5 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst
index 511764c..1ac5efd 100644
--- a/Help/manual/ctest.1.rst
+++ b/Help/manual/ctest.1.rst
@@ -1106,8 +1106,8 @@ Configuration settings include:
``DropMethod``
Specify the method by which results should be submitted to the
- dashboard server. The value may be ``ftp``, ``http``,
- ``https``, or ``scp``.
+ dashboard server. The value may be ``ftp``, ``http``, or
+ ``https``.
* `CTest Script`_ variable: :variable:`CTEST_DROP_METHOD`
* :module:`CTest` module variable: ``DROP_METHOD`` if set,
@@ -1144,7 +1144,7 @@ Configuration settings include:
* :module:`CTest` module variable: ``CTEST_DROP_SITE_CDASH``
``ScpCommand``
- ``scp`` command-line tool to use when ``DropMethod`` is ``scp``.
+ Legacy option. Not used.
* `CTest Script`_ variable: :variable:`CTEST_SCP_COMMAND`
* :module:`CTest` module variable: ``SCPCOMMAND``
diff --git a/Help/variable/CTEST_SCP_COMMAND.rst b/Help/variable/CTEST_SCP_COMMAND.rst
index 0f128b1..19ea8b3 100644
--- a/Help/variable/CTEST_SCP_COMMAND.rst
+++ b/Help/variable/CTEST_SCP_COMMAND.rst
@@ -1,5 +1,4 @@
CTEST_SCP_COMMAND
-----------------
-Specify the CTest ``SCPCommand`` setting
-in a :manual:`ctest(1)` dashboard client script.
+Legacy option. Not used.