summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-04-03 18:42:45 (GMT)
committerBrad King <brad.king@kitware.com>2014-04-03 19:03:39 (GMT)
commit8092e759ea24bd2e1af8ac360ed43675776b82c9 (patch)
tree1db11ee36dfa6b1b5bbec294454842e9a6626a2e /Utilities
parent2f1978632b709a9370b3cb1137375c05351d149c (diff)
downloadCMake-8092e759ea24bd2e1af8ac360ed43675776b82c9.zip
CMake-8092e759ea24bd2e1af8ac360ed43675776b82c9.tar.gz
CMake-8092e759ea24bd2e1af8ac360ed43675776b82c9.tar.bz2
libarchive: Update README-CMake.txt for new snapshot
Diffstat (limited to 'Utilities')
-rw-r--r--Utilities/cmlibarchive/README-CMake.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Utilities/cmlibarchive/README-CMake.txt b/Utilities/cmlibarchive/README-CMake.txt
index ab105f0..7cbee4c 100644
--- a/Utilities/cmlibarchive/README-CMake.txt
+++ b/Utilities/cmlibarchive/README-CMake.txt
@@ -11,7 +11,7 @@ branch, but it is merged into our history.
Update libarchive from upstream as follows. Create a local branch to
explicitly reference the upstream snapshot branch head:
- git branch libarchive-upstream 35df7c8b
+ git branch libarchive-upstream 64713ae3
Use a temporary directory to checkout the branch:
@@ -24,7 +24,7 @@ Use a temporary directory to checkout the branch:
Now place the (reduced) libarchive content in this directory. See
instructions shown by
- git log 35df7c8b
+ git log 64713ae3
for help extracting the content from the upstream svn repo. Then run
the following commands to commit the new version. Substitute the
@@ -34,8 +34,8 @@ appropriate date and version number:
GIT_AUTHOR_NAME='LibArchive Upstream' \
GIT_AUTHOR_EMAIL='libarchive-discuss@googlegroups.com' \
- GIT_AUTHOR_DATE='2013-02-09 12:17:57 -0500' \
- git commit -m 'libarchive 3.1.2 (reduced)' &&
+ GIT_AUTHOR_DATE='Mon Mar 17 20:43:07 2014 -0700' \
+ git commit -m 'libarchive 3.1.2-218-g00f4bd83 (reduced)' &&
git commit --amend
Edit the commit message to describe the procedure used to obtain the