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

fix "WARNING: skipping repodata/repomd.xml, not in cache" #12

Closed
stevengj opened this issue Sep 20, 2013 · 2 comments
Closed

fix "WARNING: skipping repodata/repomd.xml, not in cache" #12

stevengj opened this issue Sep 20, 2013 · 2 comments

Comments

@stevengj
Copy link

I get this scary-looking warning when doing Pkg.add("Nettle") on a fresh system. Apparently innocuous, since it works, but in that case why the big WARNING?

@ihnorton
Copy link
Member

This is a side effect of the fact that we can't directly update the cache when RPMmd is installed (no post install hooks). So the first time RPMmd is required, it fires this warning. I'll look for a way to clean this up as part of #9.

ihnorton added a commit that referenced this issue Oct 1, 2013
Remove the update hook in package available.
Fixes #9 #12
@ihnorton
Copy link
Member

ihnorton commented Oct 1, 2013

Fixed in 851e16e and JuliaLang/METADATA.jl@ec7b3eb

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

2 participants