[Groonga-commit] groonga/heroku-groonga-builder at b84d8a9 [master] Specify content-type explicitly

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jul 1 17:09:57 JST 2014


Kouhei Sutou	2014-07-01 17:09:57 +0900 (Tue, 01 Jul 2014)

  New Revision: b84d8a9811f7860d0e6b2fe0accbc010602e51d3
  https://github.com/groonga/heroku-groonga-builder/commit/b84d8a9811f7860d0e6b2fe0accbc010602e51d3

  Message:
    Specify content-type explicitly

  Modified files:
    Rakefile

  Modified: Rakefile (+3 -0)
===================================================================
--- Rakefile    2014-07-01 14:58:00 +0900 (5f5e463)
+++ Rakefile    2014-07-01 17:09:57 +0900 (e7cb865)
@@ -95,6 +95,9 @@ class GroongaBuilder
 
   def upload_archive(archive_name)
     release = find_release
+    options = {
+      :content_type => "application/x-xz",
+    }
     client.upload_asset(release.url, archive_name)
   end
 end
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index