summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-10-04 16:59:45 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-10-04 16:59:45 (GMT)
commit62e33fcd08a08bf4a1835ab7bd98650150800978 (patch)
treebe230d2ceb46e39afb934b429150c136d82e7219
parent9203691f09341077365da6386ab8561a4ee51a8b (diff)
parent730ba30726c8dd36cd48fa3259385587a4aa48f8 (diff)
downloadCMake-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/config2
-rw-r--r--Utilities/Release/README2
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: