diff options
author | Brad King <brad.king@kitware.com> | 2016-10-04 16:59:45 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-10-04 16:59:45 (GMT) |
commit | 62e33fcd08a08bf4a1835ab7bd98650150800978 (patch) | |
tree | be230d2ceb46e39afb934b429150c136d82e7219 | |
parent | 9203691f09341077365da6386ab8561a4ee51a8b (diff) | |
parent | 730ba30726c8dd36cd48fa3259385587a4aa48f8 (diff) | |
download | CMake-62e33fcd08a08bf4a1835ab7bd98650150800978.zip CMake-62e33fcd08a08bf4a1835ab7bd98650150800978.tar.gz CMake-62e33fcd08a08bf4a1835ab7bd98650150800978.tar.bz2 |
Merge topic 'utils-https-cmake.org'
730ba307 Utilities/Release: Update README to reference https URL
4376e47a Utilities/GitSetup: Fetch local hooks via https
-rw-r--r-- | Utilities/GitSetup/config | 2 | ||||
-rw-r--r-- | Utilities/Release/README | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Utilities/GitSetup/config b/Utilities/GitSetup/config index b7d5423..d69a679 100644 --- a/Utilities/GitSetup/config +++ b/Utilities/GitSetup/config @@ -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 diff --git a/Utilities/Release/README b/Utilities/Release/README index ed1d52e..11de1c3 100644 --- a/Utilities/Release/README +++ b/Utilities/Release/README @@ -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: |