[Cmake-commits] CMake branch, next, updated. v2.8.2-284-g7ee93db

David Cole david.cole at kitware.com
Tue Jul 27 14:17:12 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  7ee93db9ef19886ceb0dbba7ef5a0debf9a6db18 (commit)
       via  72f8853fbbfc252fe1e2cd1ca81f4fa3d029e1f6 (commit)
      from  351192818efc1749e6f60b5849b6a223d54e99ee (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=7ee93db9ef19886ceb0dbba7ef5a0debf9a6db18
commit 7ee93db9ef19886ceb0dbba7ef5a0debf9a6db18
Merge: 3511928 72f8853
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Tue Jul 27 14:17:11 2010 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jul 27 14:17:11 2010 -0400

    Merge topic 'fix-dashmacmini2-release-script' into next
    
    72f8853 Update path to git. dashmacmini2 was "upgraded."


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=72f8853fbbfc252fe1e2cd1ca81f4fa3d029e1f6
commit 72f8853fbbfc252fe1e2cd1ca81f4fa3d029e1f6
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Tue Jul 27 14:14:10 2010 -0400
Commit:     David Cole <david.cole at kitware.com>
CommitDate: Tue Jul 27 14:14:10 2010 -0400

    Update path to git. dashmacmini2 was "upgraded."

diff --git a/Utilities/Release/dashmacmini2_release.cmake b/Utilities/Release/dashmacmini2_release.cmake
index 12bfa6a..6deeb41 100644
--- a/Utilities/Release/dashmacmini2_release.cmake
+++ b/Utilities/Release/dashmacmini2_release.cmake
@@ -15,6 +15,6 @@ CPACK_SYSTEM_NAME:STRING=Darwin-universal
 BUILD_QtDialog:BOOL:=TRUE
 QT_QMAKE_EXECUTABLE:FILEPATH=/Users/kitware/Software/QtBinUniversal/bin/qmake
 ")
-set(GIT_COMMAND /Users/kitware/.userroot/bin/git)
+set(GIT_COMMAND /opt/local/bin/git)
 get_filename_component(path "${CMAKE_CURRENT_LIST_FILE}" PATH)
 include(${path}/release_cmake.cmake)

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list