diff options
author | LibArchive Upstream <libarchive-discuss@googlegroups.com> | 2011-12-19 23:30:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-12-20 16:52:11 (GMT) |
commit | 2f4a3792bbfdb4e05cf7468059b3f6308f5ed91f (patch) | |
tree | 5d1850b8e342e483b93e63ae958a6281f5a389e8 /Utilities/cmlibarchive/libarchive/archive_entry_paths.3 | |
download | CMake-2f4a3792bbfdb4e05cf7468059b3f6308f5ed91f.zip CMake-2f4a3792bbfdb4e05cf7468059b3f6308f5ed91f.tar.gz CMake-2f4a3792bbfdb4e05cf7468059b3f6308f5ed91f.tar.bz2 |
libarchive 3.0.1-r3950 (reduced)
Extract upstream libarchive using the following shell code.
url=https://libarchive.googlecode.com/svn/trunk
v=3.0.1
r=3950
paths="
CMakeLists.txt
COPYING
CTestConfig.cmake
build/cmake
build/pkgconfig
build/utils
build/version
libarchive/*.*
"
date=$(svn log -q -c$r $url |
sed -n "/^r/ {s/[^|]*|[^|]*|//;p;}")
svn export -r$r $url libarchive-$v-r$r &&
mkdir libarchive-$v-r$r-reduced &&
(cd libarchive-$v-r$r && tar c $paths) |
(cd libarchive-$v-r$r-reduced && tar x)
echo "r$r date: $date"
Diffstat (limited to 'Utilities/cmlibarchive/libarchive/archive_entry_paths.3')
0 files changed, 0 insertions, 0 deletions