[Groonga-commit] groonga/groonga [master] [yum] delete needless files on uploading.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 3月 28日 (月) 23:41:50 JST


Kouhei Sutou	2011-03-28 14:41:50 +0000 (Mon, 28 Mar 2011)

  New Revision: 30b2e507b47ffd5ce7601a0c36349006d0931a3b

  Log:
    [yum] delete needless files on uploading.

  Modified files:
    yum/Makefile.am

  Modified: yum/Makefile.am (+1 -1)
===================================================================
--- yum/Makefile.am    2011-03-28 14:35:12 +0000 (de8f891)
+++ yum/Makefile.am    2011-03-28 14:41:50 +0000 (53b4df2)
@@ -30,7 +30,7 @@ update:
 
 upload: ensure-rsync-path
 	for distribution in $(DISTRIBUTIONS); do		\
-	  rsync -avz --exclude .gitignore			\
+	  rsync -avz --delete --exclude .gitignore		\
 	    $${distribution}/ $(RSYNC_PATH)/$${distribution};	\
 	done
 




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