[Groonga-commit] pgroonga/pgroonga at 492ab1b [master] yum: remove local only files on download

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Mar 29 15:25:21 JST 2015


Kouhei Sutou	2015-03-29 15:25:21 +0900 (Sun, 29 Mar 2015)

  New Revision: 492ab1b820353a88f3349cb5a3b9143917e8f268
  https://github.com/pgroonga/pgroonga/commit/492ab1b820353a88f3349cb5a3b9143917e8f268

  Message:
    yum: remove local only files on download
    
    It's for sync completely.

  Modified files:
    Rakefile

  Modified: Rakefile (+1 -0)
===================================================================
--- Rakefile    2015-03-29 13:14:51 +0900 (03d247d)
+++ Rakefile    2015-03-29 15:25:21 +0900 (0829546)
@@ -168,6 +168,7 @@ postgresql94-devel
     desc "Download repositories"
     task :download => repositories_dir do
       sh("rsync", "-avz", "--progress",
+         "--delete",
          "#{rsync_path}/#{distribution}/",
          "#{repositories_dir}/#{distribution}")
     end
-------------- next part --------------
HTML����������������������������...
Download 



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