[Cmake-commits] CMake branch, next, updated. v3.6.2-1332-g21e9e41

Brad King brad.king at kitware.com
Tue Oct 4 11:38:18 EDT 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  21e9e419770ffd41884772439dbfda28cee623de (commit)
       via  730ba30726c8dd36cd48fa3259385587a4aa48f8 (commit)
       via  4376e47a2fdcf5d0c966df983a4205dce8147ff1 (commit)
      from  5fc1dba0efe29c6e551593154f516f65075aa798 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=21e9e419770ffd41884772439dbfda28cee623de
commit 21e9e419770ffd41884772439dbfda28cee623de
Merge: 5fc1dba 730ba30
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 4 11:38:17 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Oct 4 11:38:17 2016 -0400

    Merge topic 'utils-https-cmake.org' into next
    
    730ba307 Utilities/Release: Update README to reference https URL
    4376e47a Utilities/GitSetup: Fetch local hooks via https


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=730ba30726c8dd36cd48fa3259385587a4aa48f8
commit 730ba30726c8dd36cd48fa3259385587a4aa48f8
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 4 11:37:16 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Oct 4 11:37:16 2016 -0400

    Utilities/Release: Update README to reference https URL

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 at hythloth, using an up-to-date CMake:
 

https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4376e47a2fdcf5d0c966df983a4205dce8147ff1
commit 4376e47a2fdcf5d0c966df983a4205dce8147ff1
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 4 11:36:43 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Oct 4 11:36:43 2016 -0400

    Utilities/GitSetup: Fetch local hooks via https

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

-----------------------------------------------------------------------

Summary of changes:
 Utilities/GitSetup/config |    2 +-
 Utilities/Release/README  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list