Merge pull request #4131 from tianon/vendor-golang-xattrs

Add vendored archive/tar that includes xattrs patch
This commit is contained in:
unclejack
2014-02-17 21:12:28 +02:00
31 changed files with 2401 additions and 9 deletions
+8
View File
@@ -50,3 +50,11 @@ clone git github.com/syndtr/gocapability 3454319be2
clone hg code.google.com/p/go.net 84a4013f96e0
clone hg code.google.com/p/gosqlite 74691fb6f837
# get Go tip's archive/tar, for xattr support
# TODO after Go 1.3 drops, bump our minimum supported version and drop this vendored dep
clone hg code.google.com/p/go a15f344a9efa
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
mv tmp-tar src/code.google.com/p/go/src/pkg/archive/tar