about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-21 12:28:39 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-21 12:28:39 -0800
commitd770d09dfd9e5d7148379c58cdf9a020cbdc63b6 (patch)
treecff6e65f606b5552bd2ae7f4a8c2b91204a8fb40 /Rakefile
parent6cca8e61c66c1c2a8ebe260813fa83e44530a768 (diff)
downloadunicorn-d770d09dfd9e5d7148379c58cdf9a020cbdc63b6.tar.gz
git.bogomips.org => bogomips.org
bogomips.org is slimming down and losing URL weight :)
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 3 insertions, 2 deletions
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