Merge pull request #7078 from unclejack/fix_archive_tar_pax_headers

archive/tar: update to fix writing of PAX headers
Upstream-commit: 1473374a2ad8566c85a00c3fd6f65f6c7ed5a766
Component: engine
This commit is contained in:
Victor Vieux
2014-07-21 17:26:41 -07:00
3 changed files with 49 additions and 3 deletions

View File

@ -55,7 +55,7 @@ clone hg code.google.com/p/gosqlite 74691fb6f837
# get Go tip's archive/tar, for xattr support and improved performance
# TODO after Go 1.4 drops, bump our minimum supported version and drop this vendored dep
clone hg code.google.com/p/go 17404efd6b02
clone hg code.google.com/p/go 1b17b3426e3c
mv src/code.google.com/p/go/src/pkg/archive/tar tmp-tar
rm -rf src/code.google.com/p/go
mkdir -p src/code.google.com/p/go/src/pkg/archive