diff options
author | Brad King <brad.king@kitware.com> | 2018-12-07 13:31:10 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-12-07 13:33:46 (GMT) |
commit | 2d402239c7bdfc538bd4834112abd92ba571c0a4 (patch) | |
tree | 94f248786787fad505285ad2b964e4d8cb23f26c /Help/release | |
parent | 049d324e42451fb92d9504551f3885e221f05b8a (diff) | |
parent | 9501a6145dfc5d3905d6b241d6599806ec40fd38 (diff) | |
download | CMake-2d402239c7bdfc538bd4834112abd92ba571c0a4.zip CMake-2d402239c7bdfc538bd4834112abd92ba571c0a4.tar.gz CMake-2d402239c7bdfc538bd4834112abd92ba571c0a4.tar.bz2 |
Merge topic 'submit-method'
9501a6145d CTest: Remove special case for Dart version <= 1
e184603378 CTest: Add release note about removed submission methods
8c25aa2feb CTest: Remove submission trigger
a688c6b928 CTest: Remove submit method 'ftp'
c339b64cf2 CTest: Remove submit method 'scp'
aebdad399e CTest: Remove submit method 'cp'
c2f6872c4e CTest: Remove submit method 'xmlrpc'
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2672
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/submit-method.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/submit-method.rst b/Help/release/dev/submit-method.rst new file mode 100644 index 0000000..38f0b92 --- /dev/null +++ b/Help/release/dev/submit-method.rst @@ -0,0 +1,6 @@ +submit-method +------------- + +* CTest no longer supports submissions via ``ftp``, ``scp``, ``cp``, and + ``xmlrpc``. CDash is the only maintained testing dashboard for CTest, + and it only supports submissions over ``http`` and ``https``. |