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

What's printing O(n) 'get: {{url}}'? #44

Closed
skull-squadron opened this issue Mar 23, 2016 · 3 comments
Closed

What's printing O(n) 'get: {{url}}'? #44

skull-squadron opened this issue Mar 23, 2016 · 3 comments

Comments

@skull-squadron
Copy link

Grepping the various codebases, it's unclear where it's happening, i.e., rubygems, rubygems-mirror or net/http/persistent. It's really noisy even with gem mirror --silent --no-verbose and slows things down with potentially around a million, repetitious lines. The periods are Gem.configuration.verbose, that's simple enough to silence with --no-verbose. Shell redirection while seemingly a quick fix, doesn't address the issue because --no-verbose --silent should be really quiet (errors only), which should be the default anyhow per Unix Philosophy. Diffs welcomed/greatly appreciated.

# .gemrc

---
gem: --no-document
# .gem/.mirrorc

---
- from: {{redacted}}
  to: {{redacted}}
  parallelism: 50
  retries: 3
  delete: false
  skiperror: true
@skull-squadron
Copy link
Author

Found it lib/rubygems/mirror/fetcher.rb in the release gem raw puts .. PR'ing.

@skull-squadron
Copy link
Author

TL;DR Release would fix it. ¡Por favor! begs the 😺

Actually, it's solved in head.

ITMT -> gem install specific_install && gem specific_install https://github.com/rubygems/rubygems-mirror && gem mirror --silent works great

@zenspider
Copy link
Contributor

This should be closed. There's no output anymore.

@hsbt hsbt closed this as completed Jul 20, 2020
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

3 participants