[Groonga-commit] pgroonga/pgroonga at 8f3dd4a [master] Add missing "--delete"

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 29 16:42:19 JST 2015


Kouhei Sutou	2015-10-29 16:42:19 +0900 (Thu, 29 Oct 2015)

  New Revision: 8f3dd4a0ff50e3b04326c0b0dad5ca09b5339652
  https://github.com/pgroonga/pgroonga/commit/8f3dd4a0ff50e3b04326c0b0dad5ca09b5339652

  Message:
    Add missing "--delete"

  Modified files:
    Rakefile

  Modified: Rakefile (+1 -1)
===================================================================
--- Rakefile    2015-10-29 16:40:23 +0900 (7e651bb)
+++ Rakefile    2015-10-29 16:42:19 +0900 (d38fb7e)
@@ -136,7 +136,7 @@ namespace :package do
 
     desc "Download sources"
     task :download => source_dir do
-      sh("rsync", "-avz", "--progress", "#{rsync_path}/", source_dir)
+      sh("rsync", "-avz", "--progress", "--delete", "#{rsync_path}/", source_dir)
     end
 
     desc "Upload sources"
-------------- next part --------------
HTML����������������������������...
Download 



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