summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/E_tar-end-opt1-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Consolidate, refactor and extend -E tar testsNils Gladitz2015-04-101-2/+0
|
* cmake: Teach "-E tar" command a "--mtime=" optionBrad King2015-01-191-0/+2
Add an option to set the mtime of entries in a tarball so that one can create a tarball with a consistent content hash (e.g. MD5) for a given set of files regardless of their current timestamps on disk. This will be useful for submission of tarballs to CDash, which tracks content hashes to avoid duplication. Inspired-by: Bill Hoffman <bill.hoffman@kitware.com>