[Groonga-commit] groonga/heroku-buildpack-groonga at d3e229e [master] Remove unused files

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Sat May 24 16:20:05 JST 2014


Kouhei Sutou	2014-05-24 16:20:05 +0900 (Sat, 24 May 2014)

  New Revision: d3e229eb98391e445f53cd7ce30de04e0854ea43
  https://github.com/groonga/heroku-buildpack-groonga/commit/d3e229eb98391e445f53cd7ce30de04e0854ea43

  Message:
    Remove unused files

  Removed files:
    Gemfile
    Gemfile.lock
    Rakefile

  Deleted: Gemfile (+0 -4) 100644
===================================================================
--- Gemfile    2014-05-24 16:17:53 +0900 (50f9997)
+++ /dev/null
@@ -1,4 +0,0 @@
-source "https://rubygems.org"
-
-gem "github_downloads"
-gem "vulcan"

  Deleted: Gemfile.lock (+0 -58) 100644
===================================================================
--- Gemfile.lock    2014-05-24 16:17:53 +0900 (2b4601c)
+++ /dev/null
@@ -1,58 +0,0 @@
-GEM
-  remote: https://rubygems.org/
-  specs:
-    addressable (2.3.2)
-    excon (0.16.10)
-    faraday (0.8.4)
-      multipart-post (~> 1.1)
-    github_api (0.8.1)
-      faraday (~> 0.8.1)
-      hashie (~> 1.2.0)
-      multi_json (~> 1.3)
-      nokogiri (~> 1.5.2)
-      oauth2
-    github_downloads (0.1.3)
-      github_api (~> 0.6)
-      rest-client (~> 1.6)
-    hashie (1.2.0)
-    heroku (2.33.2)
-      heroku-api (~> 0.3.7)
-      launchy (>= 0.3.2)
-      netrc (~> 0.7.7)
-      rest-client (~> 1.6.1)
-      rubyzip
-    heroku-api (0.3.7)
-      excon (~> 0.16.10)
-    httpauth (0.2.0)
-    jwt (0.1.5)
-      multi_json (>= 1.0)
-    launchy (2.1.2)
-      addressable (~> 2.3)
-    mime-types (1.19)
-    multi_json (1.3.7)
-    multipart-post (1.1.5)
-    netrc (0.7.7)
-    nokogiri (1.5.5)
-    oauth2 (0.8.0)
-      faraday (~> 0.8)
-      httpauth (~> 0.1)
-      jwt (~> 0.1.4)
-      multi_json (~> 1.0)
-      rack (~> 1.2)
-    rack (1.4.1)
-    rest-client (1.6.7)
-      mime-types (>= 1.16)
-    rubyzip (0.9.9)
-    thor (0.14.6)
-    vulcan (0.8.0)
-      heroku (>= 2.26.0, < 3.0)
-      multipart-post (~> 1.1.3)
-      rest-client (~> 1.6.7)
-      thor (~> 0.14.6)
-
-PLATFORMS
-  ruby
-
-DEPENDENCIES
-  github_downloads
-  vulcan

  Deleted: Rakefile (+0 -33) 100644
===================================================================
--- Rakefile    2014-05-24 16:17:53 +0900 (9643e7d)
+++ /dev/null
@@ -1,33 +0,0 @@
-require 'bundler'
-require 'fileutils'
-require 'tmpdir'
-
-Bundler.require
-
-task :default => :groonga
-
-GROONGA_VERSION = '2.0.9'
-
-desc 'Build groonga'
-task :groonga do
-  uploader = GithubDownloads::Uploader.new
-  uploader.authorize
-
-  source_url = "http://packages.groonga.org/source/groonga/groonga-#{GROONGA_VERSION}.tar.gz"
-
-  Dir.mktmpdir('groonga-') do |tmpdir|
-    target_filename = "groonga-#{GROONGA_VERSION}.tgz"
-
-    # build
-    Dir.chdir(tmpdir) do |dir|
-      sh "curl #{source_url} -s -o - | tar zxf -"
-      sh "vulcan build -v -o #{target_filename} --prefix /app/vendor/groonga --source groonga-#{GROONGA_VERSION}"
-
-    end
-    built_binary_path = File.join(tmpdir, "groonga-#{GROONGA_VERSION}.tgz")
-
-    # upload it to github
-    puts "Uploading #{built_binary_path}"
-    uploader.upload_file(target_filename, "groonga #{GROONGA_VERSION}", built_binary_path)
-  end
-end
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る