[Groonga-commit] pgroonga/pgroonga at 3c37256 [master] Add package:source task to release correcdtly

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Aug 31 12:47:20 JST 2016


Kouhei Sutou	2016-08-31 12:47:20 +0900 (Wed, 31 Aug 2016)

  New Revision: 3c37256278111a38992278bb5b2b9aabcbfba344
  https://github.com/pgroonga/pgroonga/commit/3c37256278111a38992278bb5b2b9aabcbfba344

  Message:
    Add package:source task to release correcdtly

  Modified files:
    Rakefile

  Modified: Rakefile (+8 -0)
===================================================================
--- Rakefile    2016-08-31 12:41:05 +0900 (925c8cf)
+++ Rakefile    2016-08-31 12:47:20 +0900 (6a72178)
@@ -168,6 +168,14 @@ namespace :package do
     end
   end
 
+  desc "Release sources"
+  source_tasks = [
+    "package:source:download",
+    "package:source:upload",
+  ]
+  task :source => source_tasks
+
+
   namespace :yum do
     distribution = "centos"
     rsync_path = rsync_base_path
-------------- next part --------------
HTML����������������������������...
Download 



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