about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-08-17 22:13:25 +0000
committerEric Wong <e@80x24.org>2015-04-22 18:55:30 +0000
commitf6c7195cbc5b4eb7341741d9cc83833cba562b38 (patch)
tree358b151997f1cefacc999af2deafbe684d612ef9 /GNUmakefile
parente6b0155763d4da0d4925b8a151a99a5180b2439c (diff)
downloadunicorn-f6c7195cbc5b4eb7341741d9cc83833cba562b38.tar.gz
Both sites are gone.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 50819fc..6916b6e 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -245,15 +245,8 @@ $(pkgtgz): .manifest fix-perms
 package: $(pkgtgz) $(pkggem)
 
 release: verify package $(release_notes) $(release_changes)
-        # make tgz release on RubyForge
-        rubyforge add_release -f -n $(release_notes) -a $(release_changes) \
-          $(rfproject) $(rfpackage) $(VERSION) $(pkgtgz)
         # push gem to Gemcutter
         gem push $(pkggem)
-        # in case of gem downloads from RubyForge releases page
-        -rubyforge add_file \
-          $(rfproject) $(rfpackage) $(VERSION) $(pkggem)
-        $(RAKE) fm_update VERSION=$(VERSION)
 else
 gem install-gem: GIT-VERSION-FILE
         $(MAKE) $@ VERSION=$(GIT_VERSION)