From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id AD8011F466; Sat, 1 Feb 2020 21:28:08 +0000 (UTC) From: Eric Wong To: mogilefs-client-public@bogomips.org Cc: mogilefs-client-public@yhbt.net Subject: [PATCH] s/bogomips.org/yhbt.net/ Date: Sat, 1 Feb 2020 21:28:08 +0000 Message-Id: <20200201212808.18271-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: bogomips.org is expiring and with the price of the .org TLD inevitably going up, I won't be able to afford to pay extortionists --- .olddoc.yml | 18 ++++++++++++------ GNUmakefile | 2 +- HACKING | 4 ++-- README | 14 +++++++------- mogilefs-client.gemspec | 4 ++-- 5 files changed, 24 insertions(+), 18 deletions(-) diff --git a/.olddoc.yml b/.olddoc.yml index 5adca99..e05a38e 100644 --- a/.olddoc.yml +++ b/.olddoc.yml @@ -1,8 +1,14 @@ --- -cgit_url: https://bogomips.org/mogilefs-client.git -git_url: https://bogomips.org/mogilefs-client.git -rdoc_url: https://bogomips.org/mogilefs-client/ +cgit_url: https://yhbt.net/mogilefs-client.git +rdoc_url: https://yhbt.net/mogilefs-client/ changelog_start: v1.2.1 -public_email: mogilefs-client-public@bogomips.org -nntp_url: nntp://news.public-inbox.org/inbox.comp.file-systems.mogilefs.ruby -ml_url: https://bogomips.org/mogilefs-client-public/ +public_email: mogilefs-client-public@yhbt.net +nntp_url: +- nntp://news.public-inbox.org/inbox.comp.file-systems.mogilefs.ruby +- nntp://ou63pmih66umazou.onion/inbox.comp.file-systems.mogilefs.ruby +ml_url: +- https://yhbt.net/mogilefs-client-public/ +- http://ou63pmih66umazou.onion/mogilefs-client-public/ +source_code: +- git clone https://yhbt.net/mogilefs-client.git +- torsocks git clone http://ou63pmih66umazou.onion/mogilefs-client.git diff --git a/GNUmakefile b/GNUmakefile index ee14412..d081a76 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,5 +1,5 @@ all:: -RSYNC_DEST := bogomips.org:/srv/bogomips/mogilefs-client +RSYNC_DEST := yhbt.net:/srv/yhbt/mogilefs-client rfpackage := mogilefs-client pkg_extra += lib/mogilefs/version.rb diff --git a/HACKING b/HACKING index ebb42a3..349a946 100644 --- a/HACKING +++ b/HACKING @@ -1,14 +1,14 @@ = Hacking mogilefs-client for Ruby * The latest code is available via git: - - https://bogomips.org/mogilefs-client.git + - https://yhbt.net/mogilefs-client.git - git://repo.or.cz/ruby-mogilefs-client * Follow conventions set in existing code, don't add hard runtime dependencies outside of the standard Ruby library. * Do not hesitate to send plain-text(-only) email to the public list - at mailto:mogilefs-client-public@bogomips.org about anything not covered + at mailto:mogilefs-client-public@yhbt.net about anything not covered in the documentation or mailing list archives. General MogileFS topics can go on the the mailing list at mailto:mogile@googlegroups.com diff --git a/README b/README index 466d9af..a1245ec 100644 --- a/README +++ b/README @@ -8,14 +8,14 @@ write and delete files in a MogileFS instance. == Links -rdoc :: https://bogomips.org/mogilefs-client +rdoc :: https://yhbt.net/mogilefs-client mogilefs :: git clone https://github.com/mogilefs/MogileFS-Server -list :: mailto:mogilefs-client-public@bogomips.org +list :: mailto:mogilefs-client-public@yhbt.net list-cc :: mailto:mogile@googlegroups.com -list-archive :: https://bogomips.org/mogilefs-client-public -repo :: https://bogomips.org/mogilefs-client.git +list-archive :: https://yhbt.net/mogilefs-client-public +repo :: https://yhbt.net/mogilefs-client.git gitweb :: http://repo.or.cz/w/ruby-mogilefs-client.git -download :: https://bogomips.org/mogilefs-client/files/ +download :: https://yhbt.net/mogilefs-client/files/ == Install @@ -40,12 +40,12 @@ requests) are greatly appreciated and handled via email to a public inbox. HTML email is considered spam and discarded. No subscription is required or available to post: - mogilefs-client-public@bogomips.org + mogilefs-client-public@yhbt.net Users of anonymous remailers and other anonymity tools are welcome. Participants will never be asked to reveal their identity. -List archives: https://bogomips.org/mogilefs-client-public/ +List archives: https://yhbt.net/mogilefs-client-public/ We may also piggy-back onto the public MogileFS mailing list at mogile@googlegroups.com for feedback (subscription required, diff --git a/mogilefs-client.gemspec b/mogilefs-client.gemspec index 2a690a0..ad912cd 100644 --- a/mogilefs-client.gemspec +++ b/mogilefs-client.gemspec @@ -14,8 +14,8 @@ This library allows any Ruby application to read, write and delete files in a MogileFS instance. EOF - s.email = 'mogilefs-client-public@bogomips.org' + s.email = 'mogilefs-client-public@yhbt.net' s.files = manifest - s.homepage = 'https://bogomips.org/mogilefs-client/' + s.homepage = 'https://yhbt.net/mogilefs-client/' s.license = 'BSD-3-Clause' end