[Cmake-commits] CMake branch, next, updated. v2.8.2-769-g2a31343

Bill Hoffman bill.hoffman at kitware.com
Tue Sep 14 09:33:40 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  2a3134388e36616cf34cbb378e9ebfb6b6634475 (commit)
       via  7d148d8036e2b2389f6e0cae55b34956c835e98d (commit)
      from  7ddcc305907163545c72677b393fefb8f7a84a84 (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=2a3134388e36616cf34cbb378e9ebfb6b6634475
commit 2a3134388e36616cf34cbb378e9ebfb6b6634475
Merge: 7ddcc30 7d148d8
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Tue Sep 14 09:33:34 2010 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Sep 14 09:33:34 2010 -0400

    Merge topic 'fix_release_tags' into next
    
    7d148d8 Fix the name of the variable being tested.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7d148d8036e2b2389f6e0cae55b34956c835e98d
commit 7d148d8036e2b2389f6e0cae55b34956c835e98d
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Tue Sep 14 09:30:39 2010 -0400
Commit:     Bill Hoffman <bill.hoffman at kitware.com>
CommitDate: Tue Sep 14 09:30:39 2010 -0400

    Fix the name of the variable being tested.

diff --git a/Utilities/Release/release_cmake.cmake b/Utilities/Release/release_cmake.cmake
index 44c44f7..3a35ec3 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|next)$")
+if(${CMAKE_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