Gmane's NNTP server remains up, but the HTTP site is down:

  https://lars.ingebrigtsen.no/2016/07/28/the-end-of-gmane/

Anyways, our own archives are designed to be mirror-able via git:

  git clone --mirror https://bogomips.org/unicorn-public

And the code is self-hostable: git clone https://public-inbox.org
---
  Poo, URLs are longer :<
  Oh well, "git send-email" in git 2.9.0 make shorter Message-IDs, now.

 FAQ                   | 2 +-
 KNOWN_ISSUES          | 4 ++--
 Sandbox               | 5 +++--
 lib/unicorn/oob_gc.rb | 5 +++--
 4 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/FAQ b/FAQ
index bc70493..4ae2034 100644
--- a/FAQ
+++ b/FAQ
@@ -7,7 +7,7 @@ drained entirely by the application.  This may happen when 
request
 bodies are gzipped, as unicorn reads request body data lazily to avoid
 overhead from bad requests.
 
-Ref: http://mid.gmane.org/fc91211e-fd32-432c-92fc-0318714c2...@zendesk.com
+Ref: 
https://bogomips.org/unicorn-public/fc91211e-fd32-432c-92fc-0318714c2...@zendesk.com/
 
 === Why aren't my Rails log files rotated when I use SIGUSR1?
 
diff --git a/KNOWN_ISSUES b/KNOWN_ISSUES
index 6b80517..ebd4822 100644
--- a/KNOWN_ISSUES
+++ b/KNOWN_ISSUES
@@ -9,7 +9,7 @@ acceptable solution.  Those issues are documented here.
   handlers.
 
 * Issues with FreeBSD jails can be worked around as documented by Tatsuya Ono:
-  
http://mid.gmane.org/cahbukrj09fdxagzsefjwotexw-7jyzgjmtgup_dhjpz9vbk...@mail.gmail.com
+  
https://bogomips.org/unicorn-public/cahbukrj09fdxagzsefjwotexw-7jyzgjmtgup_dhjpz9vbk...@mail.gmail.com/
 
 * PRNGs (pseudo-random number generators) loaded before forking
   (e.g. "preload_app true") may need to have their internal state
@@ -60,7 +60,7 @@ acceptable solution.  Those issues are documented here.
   application to use Rails 2.3.2 and you have no other choice, then
   you may edit your unicorn gemspec and remove the Rack dependency.
 
-  ref: http://mid.gmane.org/20091014221552.ga30...@dcvr.yhbt.net
+  ref: 
https://bogomips.org/unicorn-public/20091014221552.ga30...@dcvr.yhbt.net/
   Note: the workaround described in the article above only made
   the issue more subtle and we didn't notice them immediately.
 
diff --git a/Sandbox b/Sandbox
index 0760065..e10b36d 100644
--- a/Sandbox
+++ b/Sandbox
@@ -34,7 +34,7 @@ is the primary issue with sandboxing tools such as Bundler 
and Isolate.
 If you're bundling unicorn, use "bundle exec unicorn" (or "bundle exec
 unicorn_rails") to start unicorn with the correct environment variables
 
-ref: http://mid.gmane.org/9ecf07c4-5216-47be-961d-afc0f0c82...@internetfamo.us
+ref: 
https://bogomips.org/unicorn-public/9ecf07c4-5216-47be-961d-afc0f0c82...@internetfamo.us/
 
 Otherwise (if you choose to not sandbox your unicorn installation), we
 expect the tips for Isolate (below) apply, too.
@@ -43,7 +43,8 @@ expect the tips for Isolate (below) apply, too.
 
 This is no longer be an issue as of bundler 0.9.17
 
-ref: http://mid.gmane.org/8fc34b23-5994-41cc-b5af-7198ef069...@tramchase.com
+ref:
+https://bogomips.org/unicorn-public/8fc34b23-5994-41cc-b5af-7198ef069...@tramchase.com/
 
 === BUNDLE_GEMFILE for Capistrano users
 
diff --git a/lib/unicorn/oob_gc.rb b/lib/unicorn/oob_gc.rb
index a07978b..5572e59 100644
--- a/lib/unicorn/oob_gc.rb
+++ b/lib/unicorn/oob_gc.rb
@@ -43,8 +43,9 @@
 #     use Unicorn::OobGC, 2, %r{\A/(?:expensive/foo|more_expensive/foo)}
 #
 # Feedback from users of early implementations of this module:
-# * http://comments.gmane.org/gmane.comp.lang.ruby.unicorn.general/486
-# * http://article.gmane.org/gmane.comp.lang.ruby.unicorn.general/596
+# * 
https://bogomips.org/unicorn-public/0bfc98e9-072b-47ee-9a70-05478c201...@lukemelia.com/
+# * 
https://bogomips.org/unicorn-public/aanlktilubgdydv9w1bi-s_w6kq9sohwfmuykklokg...@mail.gmail.com/
+
 module Unicorn::OobGC
 
   # this pretends to be Rack middleware because it used to be
-- 
EW
--
unsubscribe: unicorn-public+unsubscr...@bogomips.org
archive: https://bogomips.org/unicorn-public/

Reply via email to