Skip to content

Commit

Permalink
Update archive/tar vendored
Browse files Browse the repository at this point in the history
Docker-DCO-1.1-Signed-off-by: Guillaume J. Charmes <[email protected]> (github: creack)
  • Loading branch information
creack committed May 15, 2014
1 parent 5dfe7c4 commit 0949262
Show file tree
Hide file tree
Showing 8 changed files with 782 additions and 25 deletions.
2 changes: 1 addition & 1 deletion hack/vendor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ 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
clone hg code.google.com/p/go 3458ba248590
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const (
TypeXGlobalHeader = 'g' // global extended header
TypeGNULongName = 'L' // Next file has a long name
TypeGNULongLink = 'K' // Next file symlinks to a file w/ a long name
TypeGNUSparse = 'S' // sparse file
)

// A Header represents a single header in a tar archive.
Expand Down
Loading

0 comments on commit 0949262

Please sign in to comment.