[Groonga-mysql-commit] mroonga/mroonga [master] remove needless files in rsync.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 3月 30日 (水) 00:39:55 JST


Kouhei Sutou	2011-03-29 15:39:55 +0000 (Tue, 29 Mar 2011)

  New Revision: 191356a20c1d78e29670538079c651019daf2046

  Log:
    remove needless files in rsync.

  Modified files:
    yum/Makefile.am

  Modified: yum/Makefile.am (+1 -1)
===================================================================
--- yum/Makefile.am    2011-03-29 15:39:18 +0000 (78f50c8)
+++ yum/Makefile.am    2011-03-29 15:39:55 +0000 (ea85c17)
@@ -30,7 +30,7 @@ update:
 
 upload: ensure-rsync-path
 	for distribution in $(DISTRIBUTIONS); do		\
-	  rsync -avz --exclude .gitignore			\
+	  rsync -avz --exclude .gitignore --delete		\
 	    $${distribution}/ $(RSYNC_PATH)/$${distribution};	\
 	done
 




Groonga-mysql-commit メーリングリストの案内
Back to archive index