[Cmake-commits] CMake branch, next, updated. v3.6.1-1478-g7159a29
Brad King
brad.king at kitware.com
Fri Aug 26 08:34:10 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 7159a29e50c3ce63b70994e6bbc915f38bb09851 (commit)
via 24e7ccb7ef486191ebb9fca916c70e367c41b2fb (commit)
from 9a429125465a38a75d23b85f6e1f55a9cb5e83fb (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=7159a29e50c3ce63b70994e6bbc915f38bb09851
commit 7159a29e50c3ce63b70994e6bbc915f38bb09851
Merge: 9a42912 24e7ccb
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Aug 26 08:34:08 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Aug 26 08:34:08 2016 -0400
Merge topic 'update-curl-script' into next
24e7ccb7 curl: Update script to get curl from new repository
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=24e7ccb7ef486191ebb9fca916c70e367c41b2fb
commit 24e7ccb7ef486191ebb9fca916c70e367c41b2fb
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Aug 26 08:32:23 2016 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Fri Aug 26 08:32:45 2016 -0400
curl: Update script to get curl from new repository
Curl is now hosted at
https://github.com/curl/curl.git
diff --git a/Utilities/Scripts/update-curl.bash b/Utilities/Scripts/update-curl.bash
index 0e466cf..590bd44 100755
--- a/Utilities/Scripts/update-curl.bash
+++ b/Utilities/Scripts/update-curl.bash
@@ -7,7 +7,7 @@ shopt -s dotglob
readonly name="curl"
readonly ownership="Curl Upstream <curl-library at cool.haxx.se>"
readonly subtree="Utilities/cmcurl"
-readonly repo="https://github.com/bagder/curl.git"
+readonly repo="https://github.com/curl/curl.git"
readonly tag="curl-7_50_1"
readonly shortlog=false
readonly paths="
-----------------------------------------------------------------------
Summary of changes:
Utilities/Scripts/update-curl.bash | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list