[Cmake-commits] CMake branch, next, updated. v2.8.2-763-g8e732c6

Bill Hoffman bill.hoffman at kitware.com
Mon Sep 13 11:31:43 EDT 2010


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  8e732c6e792863e380cec22ece7bf0ed2101d31a (commit)
       via  297be5b524ecc22a9ac2deb069c3703946f3147c (commit)
      from  f341f65b0de9edeb0594948e26b5fcb6d91ca91a (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8e732c6e792863e380cec22ece7bf0ed2101d31a
commit 8e732c6e792863e380cec22ece7bf0ed2101d31a
Merge: f341f65 297be5b
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Mon Sep 13 11:31:39 2010 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Sep 13 11:31:39 2010 -0400

    Merge topic 'fix_release_tags' into next
    
    297be5b add next as an orgin based branch, and not a tag.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=297be5b524ecc22a9ac2deb069c3703946f3147c
commit 297be5b524ecc22a9ac2deb069c3703946f3147c
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Mon Sep 13 11:30:23 2010 -0400
Commit:     Bill Hoffman <bill.hoffman at kitware.com>
CommitDate: Mon Sep 13 11:30:23 2010 -0400

    add next as an orgin based branch, and not a tag.

diff --git a/Utilities/Release/release_cmake.cmake b/Utilities/Release/release_cmake.cmake
index 9a2ede7..44c44f7 100644
--- a/Utilities/Release/release_cmake.cmake
+++ b/Utilities/Release/release_cmake.cmake
@@ -34,7 +34,7 @@ if(NOT DEFINED CVS_COMMAND)
   set(CVS_COMMAND cvs)
 endif(NOT DEFINED CVS_COMMAND)
 
-if(${GIT_CREATE_VERSION} MATCHES "^(release|maint)$")
+if(${GIT_CREATE_VERSION} MATCHES "^(release|maint|next)$")
   set(GIT_BRANCH origin/${CMAKE_CREATE_VERSION})
 else()
   set(GIT_BRANCH ${CMAKE_CREATE_VERSION})

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

Summary of changes:
 Utilities/Release/release_cmake.cmake |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list