[Groonga-commit] pgroonga/pgroonga at 60c33ec [master] Add package namespace

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jan 28 21:48:16 JST 2015


Kouhei Sutou	2015-01-28 21:48:16 +0900 (Wed, 28 Jan 2015)

  New Revision: 60c33ec000402c4e0da63f0531dfe2c22818f813
  https://github.com/pgroonga/pgroonga/commit/60c33ec000402c4e0da63f0531dfe2c22818f813

  Message:
    Add package namespace

  Modified files:
    Rakefile

  Modified: Rakefile (+2 -0)
===================================================================
--- Rakefile    2015-01-28 21:47:19 +0900 (f34a771)
+++ Rakefile    2015-01-28 21:48:16 +0900 (836dbe2)
@@ -37,6 +37,7 @@ end
 
 packages_dir = "packages"
 
+namespace :package do
 namespace :source do
   rsync_path = "#{rsync_base_path}/source/#{package}"
   source_dir = "#{packages_dir}/source"
@@ -54,3 +55,4 @@ namespace :source do
     sh("rsync", "-avz", "--progress", "--delete", "#{source_dir}/", rsync_path)
   end
 end
+end
-------------- next part --------------
HTML����������������������������...
Descargar 



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