From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS14383 205.234.109.0/24 X-Spam-Status: No, score=-0.5 required=5.0 tests=AWL,MSGID_FROM_MTA_HEADER, RP_MATCHES_RCVD shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.unicorn.general Subject: [PATCH] git.bogomips.org => bogomips.org Date: Fri, 21 Jan 2011 12:37:12 -0800 Message-ID: <20110121203712.GA7986@dcvr.yhbt.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1295642865 2477 80.91.229.12 (21 Jan 2011 20:47:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 21 Jan 2011 20:47:45 +0000 (UTC) To: mongrel-unicorn@rubyforge.org Original-X-From: mongrel-unicorn-bounces@rubyforge.org Fri Jan 21 21:47:39 2011 Return-path: Envelope-to: gclrug-mongrel-unicorn@m.gmane.org X-Original-To: mongrel-unicorn@rubyforge.org Delivered-To: mongrel-unicorn@rubyforge.org Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) X-BeenThere: mongrel-unicorn@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: mongrel-unicorn-bounces@rubyforge.org Errors-To: mongrel-unicorn-bounces@rubyforge.org Xref: news.gmane.org gmane.comp.lang.ruby.unicorn.general:825 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PgNtR-0000CK-HK for gclrug-mongrel-unicorn@m.gmane.org; Fri, 21 Jan 2011 21:47:37 +0100 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id D3A8C167831B; Fri, 21 Jan 2011 15:47:36 -0500 (EST) Received: from dcvr.yhbt.net (dcvr.yhbt.net [64.71.152.64]) by rubyforge.org (Postfix) with ESMTP id 605621858385 for ; Fri, 21 Jan 2011 15:37:13 -0500 (EST) Received: from localhost (unknown [127.0.2.5]) by dcvr.yhbt.net (Postfix) with ESMTP id 5EA8A1F78D; Fri, 21 Jan 2011 20:37:12 +0000 (UTC) If people are watching the cgit page, do not be alarmed, I'm just trimming the URL length to save precious bytes :D >>From d770d09dfd9e5d7148379c58cdf9a020cbdc63b6 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 21 Jan 2011 12:28:39 -0800 Subject: [PATCH] git.bogomips.org => bogomips.org bogomips.org is slimming down and losing URL weight :) --- .wrongdoc.yml | 4 ++-- README | 4 ++-- Rakefile | 5 +++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.wrongdoc.yml b/.wrongdoc.yml index 9121575..10f10b5 100644 --- a/.wrongdoc.yml +++ b/.wrongdoc.yml @@ -1,6 +1,6 @@ --- -cgit_url: http://git.bogomips.org/cgit/unicorn.git -git_url: git://git.bogomips.org/unicorn.git +cgit_url: http://bogomips.org/unicorn.git +git_url: git://bogomips.org/unicorn.git rdoc_url: http://unicorn.bogomips.org/ changelog_start: v1.1.5 merge_html: diff --git a/README b/README index b4bbae2..9dda04e 100644 --- a/README +++ b/README @@ -85,13 +85,13 @@ You may also install it via RubyGems on Gemcutter: You can get the latest source via git from the following locations (these versions may not be stable): - git://git.bogomips.org/unicorn.git + git://bogomips.org/unicorn.git git://repo.or.cz/unicorn.git (mirror) You may browse the code from the web and download the latest snapshot tarballs here: -* http://git.bogomips.org/cgit/unicorn.git (cgit) +* http://bogomips.org/unicorn.git (cgit) * http://repo.or.cz/w/unicorn.git (gitweb) See the HACKING guide on how to contribute and build prerelease gems diff --git a/Rakefile b/Rakefile index 598cf07..ffdf982 100644 --- a/Rakefile +++ b/Rakefile @@ -1,8 +1,9 @@ # -*- encoding: binary -*- autoload :Gem, 'rubygems' +require 'wrongdoc' -cgit_url = "http://git.bogomips.org/cgit/unicorn.git" -git_url = ENV['GIT_URL'] || 'git://git.bogomips.org/unicorn.git' +cgit_url = Wrongdoc.config[:cgit_url] +git_url = Wrongdoc.config[:git_url] desc "post to RAA" task :raa_update do -- Eric Wong _______________________________________________ Unicorn mailing list - mongrel-unicorn@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-unicorn Do not quote signatures (like this one) or top post when replying