ruby-tdb user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [ruby.tdb] [PATCH] update mailing list info
@ 2014-10-03  9:43  7% Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2014-10-03  9:43 UTC (permalink / raw)
  To: ruby.tdb

librelist no longer offers rsync-able archives, and over the years
I've become less and less satisfied with subscription-required
mailing lists.

So the new mailing list will be a public-inbox[1] with no
subscription required at:

	ruby-tdb-public@bogomips.org

Since no subscription is required, please Cc: all recipients
(LKML-style) as many participants are NOT subscribed.

I've subscribed the current list address to the old librelist
address so old posts continue to go through.

[1] http://public-inbox.org/README
---
 .wrongdoc.yml | 2 +-
 HACKING       | 2 +-
 README        | 2 +-
 tdb.gemspec   | 3 +--
 4 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/.wrongdoc.yml b/.wrongdoc.yml
index 23591cd..c90154d 100644
--- a/.wrongdoc.yml
+++ b/.wrongdoc.yml
@@ -2,5 +2,5 @@
 cgit_url: http://bogomips.org/ruby-tdb.git
 git_url: git://bogomips.org/ruby-tdb.git
 rdoc_url: http://bogomips.org/ruby-tdb/
-public_email: ruby.tdb@librelist.org
+public_email: ruby-tdb-public@bogomips.org
 private_email: ruby-tdb@bogomips.org
diff --git a/HACKING b/HACKING
index 5c38578..d8c1e0f 100644
--- a/HACKING
+++ b/HACKING
@@ -17,7 +17,7 @@ characters wide) and NOT the indentation style of Matz Ruby.
 
 Contributions are welcome in the form of patches, pull requests, code
 review, testing, documentation, user support or any other feedback.  The
-{Ruby TDB mailing list}[mailto:ruby.tdb@librelist.org] is the central
+{Ruby TDB mailing list}[mailto:ruby-tdb-public@bogomips.org] is the central
 coordination point for all user and developer feedback and bug reports.
 
 === Submitting Patches
diff --git a/README b/README
index db19fff..2fd8877 100644
--- a/README
+++ b/README
@@ -85,7 +85,7 @@ from git.
 == Contact
 
 All feedback (bug reports, user/development dicussion, patches, pull
-requests) go to the {mailing list}[mailto:ruby.tdb@librelist.org].
+requests) go to the {mailing list}[mailto:ruby-tdb-public@bogomips.org].
 
 For the latest on tdb releases, you may check our NEWS page (and
 subscribe to our Atom feed).
diff --git a/tdb.gemspec b/tdb.gemspec
index 72d3e35..bad795a 100644
--- a/tdb.gemspec
+++ b/tdb.gemspec
@@ -10,11 +10,10 @@ Gem::Specification.new do |s|
   s.homepage = 'http://bogomips.org/ruby-tdb/'
   s.authors = ["Ruby tdb hackers"]
   s.description = readme_description
-  s.email = %q{ruby.tdb@librelist.org}
+  s.email = %q{ruby-tdb@bogomips.org}
   s.extra_rdoc_files = extra_rdoc_files(manifest)
   s.files = manifest
   s.rdoc_options = rdoc_options
-  s.rubyforge_project = %q{qrp}
   s.summary = summary
   s.test_files = Dir['test/test_*.rb']
   s.extensions = %w(ext/tdb/extconf.rb)
-- 
EW

^ permalink raw reply related	[relevance 7%]

* [PATCH] update mailing list info
@ 2014-10-03  9:47  7% Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2014-10-03  9:47 UTC (permalink / raw)
  To: ruby-tdb-public

librelist no longer offers rsync-able archives, and over the years
I've become less and less satisfied with subscription-required
mailing lists.

So the new mailing list will be a public-inbox[1] with no
subscription required at:

	ruby-tdb-public@bogomips.org

Since no subscription is required, please Cc: all recipients
(LKML-style) as many participants are NOT subscribed.

I've subscribed the current list address to the old librelist
address so old posts continue to go through.

[1] http://public-inbox.org/README
---
 .wrongdoc.yml | 2 +-
 HACKING       | 2 +-
 README        | 2 +-
 tdb.gemspec   | 3 +--
 4 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/.wrongdoc.yml b/.wrongdoc.yml
index 23591cd..c90154d 100644
--- a/.wrongdoc.yml
+++ b/.wrongdoc.yml
@@ -2,5 +2,5 @@
 cgit_url: http://bogomips.org/ruby-tdb.git
 git_url: git://bogomips.org/ruby-tdb.git
 rdoc_url: http://bogomips.org/ruby-tdb/
-public_email: ruby.tdb@librelist.org
+public_email: ruby-tdb-public@bogomips.org
 private_email: ruby-tdb@bogomips.org
diff --git a/HACKING b/HACKING
index 5c38578..d8c1e0f 100644
--- a/HACKING
+++ b/HACKING
@@ -17,7 +17,7 @@ characters wide) and NOT the indentation style of Matz Ruby.
 
 Contributions are welcome in the form of patches, pull requests, code
 review, testing, documentation, user support or any other feedback.  The
-{Ruby TDB mailing list}[mailto:ruby.tdb@librelist.org] is the central
+{Ruby TDB mailing list}[mailto:ruby-tdb-public@bogomips.org] is the central
 coordination point for all user and developer feedback and bug reports.
 
 === Submitting Patches
diff --git a/README b/README
index db19fff..2fd8877 100644
--- a/README
+++ b/README
@@ -85,7 +85,7 @@ from git.
 == Contact
 
 All feedback (bug reports, user/development dicussion, patches, pull
-requests) go to the {mailing list}[mailto:ruby.tdb@librelist.org].
+requests) go to the {mailing list}[mailto:ruby-tdb-public@bogomips.org].
 
 For the latest on tdb releases, you may check our NEWS page (and
 subscribe to our Atom feed).
diff --git a/tdb.gemspec b/tdb.gemspec
index 72d3e35..bad795a 100644
--- a/tdb.gemspec
+++ b/tdb.gemspec
@@ -10,11 +10,10 @@ Gem::Specification.new do |s|
   s.homepage = 'http://bogomips.org/ruby-tdb/'
   s.authors = ["Ruby tdb hackers"]
   s.description = readme_description
-  s.email = %q{ruby.tdb@librelist.org}
+  s.email = %q{ruby-tdb@bogomips.org}
   s.extra_rdoc_files = extra_rdoc_files(manifest)
   s.files = manifest
   s.rdoc_options = rdoc_options
-  s.rubyforge_project = %q{qrp}
   s.summary = summary
   s.test_files = Dir['test/test_*.rb']
   s.extensions = %w(ext/tdb/extconf.rb)
-- 
EW

^ permalink raw reply related	[relevance 7%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2014-10-03  9:43  7% [ruby.tdb] [PATCH] update mailing list info Eric Wong
2014-10-03  9:47  7% Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/ruby-tdb.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).