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

ark when extracting zip files doesn't overwrite the old version of a file if the new version exists #93

Closed
thedebugger opened this issue Dec 16, 2014 · 5 comments

Comments

@thedebugger
Copy link
Contributor

We shouldn't use unzip with -u option; instead we simpliy just override files.

@thedebugger thedebugger changed the title ark when extracting zip file doesn't overwrite the old version of a file if the new version exists ark when extracting zip files doesn't overwrite the old version of a file if the new version exists Dec 16, 2014
thedebugger pushed a commit to thedebugger/ark that referenced this issue Dec 16, 2014
@webcoyote
Copy link

I'm encountering this issue when using the consul cookbook. Our servers have consul 0.4.0 installed and should be auto-upgrading to 0.4.1. However, because the ark dump provider unzips using -u ("extract files that are newer") the ark recipe won't overwrite the old version of the file.

I'd ask that you please accept PR #94 to fix this issue.

@xbeta
Copy link

xbeta commented Feb 6, 2015

+1
I have this exact problem, can we get a fix for this?

@xbeta
Copy link

xbeta commented Feb 6, 2015

@burtlo mind to check out this PR and have it merge?

@burtlo
Copy link

burtlo commented Mar 17, 2015

I'll merge #94. I've never liked the letter "u".

@burtlo
Copy link

burtlo commented Mar 17, 2015

Issue #94 is merged.

@burtlo burtlo closed this as completed Mar 17, 2015
Sauraus pushed a commit to Sauraus/ark that referenced this issue Nov 17, 2015
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

No branches or pull requests

4 participants