about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-09-18 14:51:22 -0700
committerEric Wong <normalperson@yhbt.net>2009-09-18 14:51:22 -0700
commitf1e3d4a3828c377ef19f1f3d754457221c200bc4 (patch)
tree30f30902e39009a827665d5bd71b8a8787055374 /Rakefile
parent76130578eb270391bf4afd3c9b74dd1bdb8a3dca (diff)
downloadunicorn-f1e3d4a3828c377ef19f1f3d754457221c200bc4.tar.gz
I just distributed a tarball with my local FS path
in the documentation :(
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index 6585e9f..a5a9771 100644
--- a/Rakefile
+++ b/Rakefile
@@ -93,9 +93,7 @@ desc "print release notes for Rubyforge"
 task :release_notes do
   require 'rubygems'
 
-  git_url = ENV['GIT_URL'] ||
-            `git config --get remote.origin.url 2>/dev/null`.chomp! ||
-            'git://git.bogomips.org/unicorn.git'
+  git_url = ENV['GIT_URL'] || 'git://git.bogomips.org/unicorn.git'
 
   spec = Gem::Specification.load('unicorn.gemspec')
   puts spec.description.strip