Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store download cache in versioned directories #231

Merged
merged 1 commit into from
Jul 5, 2019

Conversation

jromero
Copy link
Member

@jromero jromero commented Jul 5, 2019

Resolves #229

Signed-off-by: Javier Romero jromero@pivotal.io

h.AssertMatch(t, out, `\.tgz$`)
h.AssertOnTarEntry(t, out, "file.txt", h.ContentEquals("some file contents"))
})
it("caches to versioned directory", func() {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only added test. All other changes here are just clean up/organizational.

@jromero jromero force-pushed the issue/229-download-cache branch 2 times, most recently from 9232c9e to 18f4dd3 Compare July 5, 2019 17:33
Signed-off-by: Javier Romero <jromero@pivotal.io>
@jromero jromero force-pushed the issue/229-download-cache branch from 18f4dd3 to 64618b4 Compare July 5, 2019 17:33
@jromero jromero requested a review from ekcasey July 5, 2019 19:00
@ekcasey ekcasey merged commit a75bba0 into master Jul 5, 2019
@ekcasey ekcasey deleted the issue/229-download-cache branch July 5, 2019 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix backwards incompatibility in download cache structure
2 participants