[Groonga-commit] pgroonga/pgroonga at b36d65c [master] yum: add helper task to release

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Mar 29 15:26:44 JST 2015


Kouhei Sutou	2015-03-29 15:26:44 +0900 (Sun, 29 Mar 2015)

  New Revision: b36d65cd89c868ef7c368d0debe9c7194a97d9c6
  https://github.com/pgroonga/pgroonga/commit/b36d65cd89c868ef7c368d0debe9c7194a97d9c6

  Message:
    yum: add helper task to release

  Modified files:
    Rakefile

  Modified: Rakefile (+10 -0)
===================================================================
--- Rakefile    2015-03-29 15:25:21 +0900 (0829546)
+++ Rakefile    2015-03-29 15:26:44 +0900 (69482be)
@@ -182,6 +182,16 @@ postgresql94-devel
     end
   end
 
+  desc "Release Yum packages"
+  yum_tasks = [
+    "package:yum:download",
+    "package:yum:build",
+    "package:yum:sign",
+    "package:yum:update",
+    "package:yum:upload",
+  ]
+  task :yum => yum_tasks
+
   namespace :ubuntu do
     desc "Upload package"
     task :upload do
-------------- next part --------------
HTML����������������������������...
Download 



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