[Groonga-commit] pgroonga/pgroonga at 7462d63 [master] Use PGroonga

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 3 01:11:45 JST 2016


Kouhei Sutou	2016-02-03 01:11:45 +0900 (Wed, 03 Feb 2016)

  New Revision: 7462d630293d878a262b49e24fb9fe9ae326d621
  https://github.com/pgroonga/pgroonga/commit/7462d630293d878a262b49e24fb9fe9ae326d621

  Message:
    Use PGroonga

  Modified files:
    Rakefile

  Modified: Rakefile (+2 -1)
===================================================================
--- Rakefile    2016-02-03 00:13:49 +0900 (a0737e6)
+++ Rakefile    2016-02-03 01:11:45 +0900 (8bc5229)
@@ -7,6 +7,7 @@ latest_groonga_version = "5.1.1"
 windows_postgresql_version = "9.5.0-1"
 
 package = "pgroonga"
+package_label = "PGroonga"
 rsync_base_path = "packages �� packages.groonga.org:public"
 gpg_uid = "45499429"
 groonga_source_dir_candidates = [
@@ -125,7 +126,7 @@ desc "Tag #{version}"
 task :tag do
   sh("git", "tag",
      "-a", version,
-     "-m", "#{package} #{version} has been released!!!")
+     "-m", "#{package_label} #{version} has been released!!!")
   sh("git", "push", "--tags")
 end
 
-------------- next part --------------
HTML����������������������������...
다운로드 



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