Skip to content

Commit

Permalink
Point to fork of archiver
Browse files Browse the repository at this point in the history
- This has the changes necessary to preserve the folder permissions
- Also updated to use latest version and fix usage

[#162895264] pivotal-cf/winfs-injector #5: `winfs-injector` doesn't work on windows due to permission errors

Signed-off-by: Caitlyn Yu <[email protected]>
  • Loading branch information
Chris Hendrix authored and Caitlyn Yu committed Jan 2, 2019
1 parent 873edf6 commit 1da2335
Show file tree
Hide file tree
Showing 658 changed files with 131,507 additions and 578 deletions.
34 changes: 31 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@

[[constraint]]
name = "github.com/mholt/archiver"
version = "2.0.0"
source = "https://github.com/heycait/archiver"
branch = "pr-folder-permissions"

[[override]]
name="github.com/cloudfoundry/bosh-cli"
Expand Down
2 changes: 1 addition & 1 deletion tile/zipper.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ func (z Zipper) Zip(zipDir, outputFile string) error {
}

func (z Zipper) Unzip(zipFile, outputDir string) error {
return archiver.Zip.Open(zipFile, outputDir)
return archiver.DefaultZip.Unarchive(zipFile, outputDir)
}
16 changes: 16 additions & 0 deletions vendor/github.com/golang/snappy/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions vendor/github.com/golang/snappy/AUTHORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions vendor/github.com/golang/snappy/CONTRIBUTORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions vendor/github.com/golang/snappy/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

107 changes: 107 additions & 0 deletions vendor/github.com/golang/snappy/README

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 46 additions & 0 deletions vendor/github.com/golang/snappy/cmd/snappytool/main.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1da2335

Please sign in to comment.