[Cmake-commits] CMake branch, next, updated. v3.1.0-1502-gbe2007b

Ben Boeckel ben.boeckel at kitware.com
Mon Jan 5 13:54:25 EST 2015


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  be2007b08096c2ca1323141d07811f8018151e24 (commit)
       via  c4e743674f3f7c576ff90cacae6465e7e171faed (commit)
       via  4b70635c9fe9b4425db275c2ed3be1b5223ebe4b (commit)
       via  592dd355705ba0b22f33d48c2e0b5ff0e2a471d8 (commit)
      from  56054b1982748475a350239ae42d99af0554242a (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=be2007b08096c2ca1323141d07811f8018151e24
commit be2007b08096c2ca1323141d07811f8018151e24
Merge: 56054b1 c4e7436
Author:     Ben Boeckel <ben.boeckel at kitware.com>
AuthorDate: Mon Jan 5 13:54:25 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jan 5 13:54:25 2015 -0500

    Merge topic 'fix-error-message-typo-tar-cmd' into next
    
    c4e74367 cmcmd: fix copy/paste typo in '-E tar t' command
    4b70635c CMake Nightly Date Stamp
    592dd355 CMake Nightly Date Stamp


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c4e743674f3f7c576ff90cacae6465e7e171faed
commit c4e743674f3f7c576ff90cacae6465e7e171faed
Author:     Ben Boeckel <ben.boeckel at kitware.com>
AuthorDate: Mon Jan 5 13:53:53 2015 -0500
Commit:     Ben Boeckel <ben.boeckel at kitware.com>
CommitDate: Mon Jan 5 13:53:53 2015 -0500

    cmcmd: fix copy/paste typo in '-E tar t' command

diff --git a/Source/cmcmd.cxx b/Source/cmcmd.cxx
index a97444d..37d2916 100644
--- a/Source/cmcmd.cxx
+++ b/Source/cmcmd.cxx
@@ -753,7 +753,7 @@ int cmcmd::ExecuteCMakeCommand(std::vector<std::string>& args)
         {
         if ( !cmSystemTools::ListTar(outFile.c_str(), gzip, verbose) )
           {
-          cmSystemTools::Error("Problem creating tar: ", outFile.c_str());
+          cmSystemTools::Error("Problem listing tar: ", outFile.c_str());
           return 1;
           }
         }

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

Summary of changes:
 Source/CMakeVersion.cmake |    2 +-
 Source/cmcmd.cxx          |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list