diff options
author | Brad King <brad.king@kitware.com> | 2016-06-01 13:10:37 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-06-01 13:12:10 (GMT) |
commit | c5df7483f50876de5f5e50280ff6557e4ba39d15 (patch) | |
tree | fb92b57fe9d4ac4365494f91034cadeb70fbf859 /Help/release/dev/ctest-run-submodule-sync.rst | |
parent | 62adedbf5e4fd54fc017cf78a8127875260f84a4 (diff) | |
download | CMake-c5df7483f50876de5f5e50280ff6557e4ba39d15.zip CMake-c5df7483f50876de5f5e50280ff6557e4ba39d15.tar.gz CMake-c5df7483f50876de5f5e50280ff6557e4ba39d15.tar.bz2 |
Help: Consolidate 3.6 release notes
Move all development release notes into a new version-specific document:
tail -q -n +3 Help/release/dev/* > Help/release/3.6.rst
git rm -- Help/release/dev/*
except the sample topic:
git checkout HEAD -- Help/release/dev/0-sample-topic.rst
Reference the new document from the release notes index document.
Add a title and intro sentence to the new document by hand.
Diffstat (limited to 'Help/release/dev/ctest-run-submodule-sync.rst')
-rw-r--r-- | Help/release/dev/ctest-run-submodule-sync.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Help/release/dev/ctest-run-submodule-sync.rst b/Help/release/dev/ctest-run-submodule-sync.rst deleted file mode 100644 index c41cc2f..0000000 --- a/Help/release/dev/ctest-run-submodule-sync.rst +++ /dev/null @@ -1,9 +0,0 @@ -ctest-run-submodule-sync ------------------------- - -* The :command:`ctest_update` command now looks at the - :variable:`CTEST_GIT_INIT_SUBMODULES` variable to determine whether - submodules should be updated or not before updating. -* The :command:`ctest_update` command will now synchronize submodules on an - update. Updates which add submodules or change a submodule's URL will now be - pulled properly. |