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

Maven Index doesn't include new packages #371

Closed
reiz opened this issue Aug 25, 2015 · 5 comments
Closed

Maven Index doesn't include new packages #371

reiz opened this issue Aug 25, 2015 · 5 comments

Comments

@reiz
Copy link

reiz commented Aug 25, 2015

VersionEye is crawling Cojars once a day to fetch information about new versions and new packages. This here is Clojure page at VersionEye. Somehow the new packages doesn't show up anymore. The VersionEye crawler was not changed. And the same crawler is used to crawl other maven repositories. It seems that new packages are not included in the index anymore. Feedback and thoughts on this issue are highly appreciated.

@tobias
Copy link
Member

tobias commented Aug 25, 2015

lein uses the indexes for its search task (via indexer-core, I believe), and it can find recent releases:

$ lein search lein-update-dependency
Searching over Artifact ID...
== Showing page 1 / 1
[lein-update-dependency "0.1.0"] Programmatically update a Leiningen dependency

lein-update-dependency had its first release today, so shouldn't be in the index if it is broken.

Do you know when the results stopped showing up for you? Is it possible you have a corrupted index locally? I have no idea how that would behave.

@reiz
Copy link
Author

reiz commented Sep 2, 2015

OK. That helps me. I will debug that on my site. Thx.

@tobias
Copy link
Member

tobias commented Sep 15, 2015

My pleasure! Feel free to reopen if you discover it is indeed an issue with clojars.

@tobias tobias closed this as completed Sep 15, 2015
@reiz
Copy link
Author

reiz commented Jan 4, 2016

It was an issue on our side and it's fixed now.

@tobias
Copy link
Member

tobias commented Jan 4, 2016

Great, thanks for the followup.

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