[Groonga-commit] groonga/groonga at 07bb487 [master] package windows: use version in bundled_message_pack_version

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Apr 28 10:21:03 JST 2018


Kouhei Sutou	2018-04-28 10:21:03 +0900 (Sat, 28 Apr 2018)

  New Revision: 07bb487a699524b935dfcd04ecd5bfc24bb93a47
  https://github.com/groonga/groonga/commit/07bb487a699524b935dfcd04ecd5bfc24bb93a47

  Message:
    package windows: use version in bundled_message_pack_version

  Modified files:
    packages/windows/Rakefile

  Modified: packages/windows/Rakefile (+3 -1)
===================================================================
--- packages/windows/Rakefile    2018-04-28 10:14:20 +0900 (8b1655042)
+++ packages/windows/Rakefile    2018-04-28 10:21:03 +0900 (b4ad3b999)
@@ -171,7 +171,9 @@ namespace :build do
     tmp_dir = base_tmp_dir + "msgpack"
     rm_rf(tmp_dir)
     mkdir_p(tmp_dir)
-    msgpack_version = "2.0.0"
+    msgpack_version_path =
+      base_dir.parent.parent + "bundled_message_pack_version"
+    msgpack_version = msgpack_version_path.read.strip
     msgpack_base = "msgpack-#{msgpack_version}"
     msgpack_tar_gz = "#{msgpack_base}.tar.gz"
     msgpack_tar_gz_url_base =
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180428/ac312ee4/attachment.htm 



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