mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-06 13:41:36 +00:00
Merge pull request #4131 from tianon/vendor-golang-xattrs
Add vendored archive/tar that includes xattrs patch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user