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

Avoid overriding the windowsZone.xml file #53

Merged
merged 2 commits into from
Mar 20, 2017
Merged

Conversation

omus
Copy link
Member

@omus omus commented Mar 20, 2017

On Windows downloading a new windowsZone.xml file would override the committed the committed file causing the package to be dirty. Code has been updated to download a new windowsZone.xml file to a temporary location and we can fall back to the committed file.

Originally pointed out by @tkelman JuliaLang/METADATA.jl#8378 (comment)

On Windows downloading a new windowsZone.xml file would override the
committed the committed file causing the package to be dirty. Code has
been updated to download a new windowsZone.xml file to a temporary
location and we can fall back to the committed file.
@codecov-io
Copy link

codecov-io commented Mar 20, 2017

Codecov Report

Merging #53 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #53   +/-   ##
=======================================
  Coverage   90.97%   90.97%           
=======================================
  Files          19       19           
  Lines         798      798           
=======================================
  Hits          726      726           
  Misses         72       72

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f35f63d...d0d2747. Read the comment docs.

@omus omus merged commit 9224a3d into master Mar 20, 2017
@omus omus deleted the dirty-windows-zone branch March 20, 2017 15:15
@tkelman
Copy link

tkelman commented Mar 20, 2017

This is going to keep downloading new copies every time Pkg.build runs, and never clean them up

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.

3 participants