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

Backpan mirroring incomplete #74

Open
kentfredric opened this issue Jan 6, 2015 · 2 comments
Open

Backpan mirroring incomplete #74

kentfredric opened this issue Jan 6, 2015 · 2 comments

Comments

@kentfredric
Copy link

I was doing a lot of scripts to fetch stuff from backpan, rotating with metacpan's server, and I found a few inconsistencies. Metacpan 404's for several hundred .meta files at least.

( 
  X="authors/id/K/KR/KRAIH/Mojolicious-1.3.meta" ;
  diff -Naur <(  curl cpan.metacpan.org/$X ) <(  curl backpan.cpantesters.org/$X ) 
)

Gives a substantial difference, one of course being a 404.

@ranguard
Copy link
Member

ranguard commented Jan 6, 2015

It's not just .meta files, Bio-Homology-InterologWalk-0.5.tar.gz is missing as well...

Compare:

http://backpan.cpantesters.org/authors/id/G/GG/GGALLONE/

and

http://cpan.metacpan.org/authors/id/G/GG/GGALLONE/

@kentfredric
Copy link
Author

This case is amusing:

( X="authors/id/D/DW/DWHEELER/PGXN-API-Searcher-v0.10.1.meta" ; diff -Naur <(  curl cpan.metacpan.org/$X  ) <(  curl backpan.cpantesters.org/$X ) )

metacpan gives JSON, backpan gives YAML :)

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