Merge topic 'utils-https-cmake.org'

730ba307 Utilities/Release: Update README to reference https URL
4376e47a Utilities/GitSetup: Fetch local hooks via https
This commit is contained in:
Brad King 2016-10-04 12:59:45 -04:00 committed by CMake Topic Stage
commit 62e33fcd08
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[hooks]
url = http://cmake.org/cmake.git
url = https://cmake.org/cmake.git
[ssh]
host = cmake.org
key = id_git_cmake

View File

@ -1,7 +1,7 @@
To create a cmake release, make sure the "release" tag is pointing to the
expected git commit:
http://cmake.org/gitweb?p=cmake.git;a=shortlog;h=refs/heads/release
https://cmake.org/gitweb?p=cmake.git;a=shortlog;h=refs/heads/release
Then as kitware@hythloth, using an up-to-date CMake: