From: Eric Wong <e@80x24.org> To: unicorn-public@bogomips.org Cc: Eric Wong <e@80x24.org> Subject: [PATCH 1/4] remove RubyForge and Freecode references Date: Mon, 22 Sep 2014 01:05:27 +0000 [thread overview] Message-ID: <1411347930-16660-2-git-send-email-e@80x24.org> (raw) In-Reply-To: <1411347930-16660-1-git-send-email-e@80x24.org> Both sites are gone. --- GNUmakefile | 7 ------- Rakefile | 44 -------------------------------------------- unicorn.gemspec | 1 - 3 files changed, 52 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) diff --git a/Rakefile b/Rakefile index 01ff5d0..37569ce 100644 --- a/Rakefile +++ b/Rakefile @@ -1,47 +1,3 @@ -# -*- encoding: binary -*- -autoload :Gem, 'rubygems' -require 'wrongdoc' - -cgit_url = Wrongdoc.config[:cgit_url] -git_url = Wrongdoc.config[:git_url] - -desc "post to FM" -task :fm_update do - require 'tempfile' - require 'net/http' - require 'net/netrc' - require 'json' - version = ENV['VERSION'] or abort "VERSION= needed" - uri = URI.parse('https://freecode.com/projects/unicorn/releases.json') - rc = Net::Netrc.locate('unicorn-fm') or abort "~/.netrc not found" - api_token = rc.password - _, subject, body = `git cat-file tag v#{version}`.split(/\n\n/, 3) - tmp = Tempfile.new('fm-changelog') - tmp.puts subject - tmp.puts - tmp.puts body - tmp.flush - system(ENV["VISUAL"], tmp.path) or abort "#{ENV["VISUAL"]} failed: #$?" - changelog = File.read(tmp.path).strip - - req = { - "auth_code" => api_token, - "release" => { - "tag_list" => "Experimental", - "version" => version, - "changelog" => changelog, - }, - }.to_json - - if ! changelog.strip.empty? && version =~ %r{\A[\d\.]+\d+\z} - Net::HTTP.start(uri.host, uri.port, :use_ssl => true) do |http| - p http.post(uri.path, req, {'Content-Type'=>'application/json'}) - end - else - warn "not updating freshmeat for v#{version}" - end -end - # optional rake-compiler support in case somebody needs to cross compile begin mk = "ext/unicorn_http/Makefile" diff --git a/unicorn.gemspec b/unicorn.gemspec index 9456db2..8623d44 100644 --- a/unicorn.gemspec +++ b/unicorn.gemspec @@ -26,7 +26,6 @@ Gem::Specification.new do |s| s.files = manifest s.homepage = Wrongdoc.config[:rdoc_url] s.rdoc_options = rdoc_options - s.rubyforge_project = %q{mongrel} s.test_files = test_files # for people that are absolutely stuck on Rails 2.3.2 and can't -- EW
next prev parent reply other threads:[~2014-09-22 1:05 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2014-09-22 1:05 [PATCH 0/4] a few more minor cleanups pushed out Eric Wong 2014-09-22 1:05 ` Eric Wong [this message] 2014-09-22 1:05 ` [PATCH 2/4] remove mongrel.rubyforge.org references Eric Wong 2014-09-22 1:05 ` [PATCH 3/4] http: remove the keepalive requests limit Eric Wong 2014-09-22 1:05 ` [PATCH 4/4] http: reduce parser from 72 to 56 bytes on 64-bit Eric Wong
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style List information: https://yhbt.net/unicorn/ * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1411347930-16660-2-git-send-email-e@80x24.org \ --to=e@80x24.org \ --cc=unicorn-public@bogomips.org \ --subject='Re: [PATCH 1/4] remove RubyForge and Freecode references' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Code repositories for project(s) associated with this inbox: ../../unicorn.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).