[Cmake-commits] CMake branch, next, updated. v2.8.8-3152-g396d01e
David Cole
david.cole at kitware.com
Wed Jun 13 17:19:29 EDT 2012
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 396d01ea21959d1d7c1d7e2d97c45a683b03f354 (commit)
via 791899853340af4ccf3fd2a8d727cfdb5d282c4f (commit)
via 6e2ef9860e2c9c8f3664bd2a568d880019be7761 (commit)
from 8a155bce0caf079ec040401b90dd3ce5259d9b0b (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=396d01ea21959d1d7c1d7e2d97c45a683b03f354
commit 396d01ea21959d1d7c1d7e2d97c45a683b03f354
Merge: 8a155bc 7918998
Author: David Cole <david.cole at kitware.com>
AuthorDate: Wed Jun 13 17:19:28 2012 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jun 13 17:19:28 2012 -0400
Merge topic 'remove-unnecessary-bz2-files' into next
7918998 BZip2: Remove unnecessary *.bz2 files from CMake source tree
6e2ef98 CMake Nightly Date Stamp
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=791899853340af4ccf3fd2a8d727cfdb5d282c4f
commit 791899853340af4ccf3fd2a8d727cfdb5d282c4f
Author: David Cole <david.cole at kitware.com>
AuthorDate: Wed Jun 13 17:08:25 2012 -0400
Commit: David Cole <david.cole at kitware.com>
CommitDate: Wed Jun 13 17:08:25 2012 -0400
BZip2: Remove unnecessary *.bz2 files from CMake source tree
We had complaints that people couldn't install the CMake source
tarball on some secure systems because there were "corrupt bz2
files" in it... We do not use these sample*.bz2 files anyhow
in the CMake build, so we'll just remove them.
diff --git a/Utilities/cmbzip2/sample1.bz2 b/Utilities/cmbzip2/sample1.bz2
deleted file mode 100644
index 4edda36..0000000
Binary files a/Utilities/cmbzip2/sample1.bz2 and /dev/null differ
diff --git a/Utilities/cmbzip2/sample2.bz2 b/Utilities/cmbzip2/sample2.bz2
deleted file mode 100644
index 8e54297..0000000
Binary files a/Utilities/cmbzip2/sample2.bz2 and /dev/null differ
diff --git a/Utilities/cmbzip2/sample3.bz2 b/Utilities/cmbzip2/sample3.bz2
deleted file mode 100644
index 1ebcc2a..0000000
Binary files a/Utilities/cmbzip2/sample3.bz2 and /dev/null differ
-----------------------------------------------------------------------
Summary of changes:
Source/CMakeVersion.cmake | 2 +-
Utilities/cmbzip2/sample1.bz2 | Bin 32558 -> 0 bytes
Utilities/cmbzip2/sample2.bz2 | Bin 74143 -> 0 bytes
Utilities/cmbzip2/sample3.bz2 | Bin 238 -> 0 bytes
4 files changed, 1 insertions(+), 1 deletions(-)
delete mode 100644 Utilities/cmbzip2/sample1.bz2
delete mode 100644 Utilities/cmbzip2/sample2.bz2
delete mode 100644 Utilities/cmbzip2/sample3.bz2
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list