[Groonga-commit] groonga/groonga [master] [apt] add --delete.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 11月 28日 (月) 00:30:28 JST


Kouhei Sutou	2011-11-27 15:30:28 +0000 (Sun, 27 Nov 2011)

  New Revision: 5739d5aa07dae84f1d14c413d57df27bdb7ea793

  Log:
    [apt] add --delete.

  Modified files:
    packages/apt/Makefile.am

  Modified: packages/apt/Makefile.am (+3 -2)
===================================================================
--- packages/apt/Makefile.am    2011-11-27 15:30:14 +0000 (c2069cc)
+++ packages/apt/Makefile.am    2011-11-27 15:30:28 +0000 (d215f80)
@@ -19,8 +19,9 @@ ensure-rsync-path:
 	fi
 
 download: ensure-rsync-path
-	for distribution in $(DISTRIBUTIONS); do			\
-	  rsync -avz $(RSYNC_PATH)/$${distribution}/ $${distribution};	\
+	for distribution in $(DISTRIBUTIONS); do		\
+	  rsync -avz --delete					\
+	    $(RSYNC_PATH)/$${distribution}/ $${distribution};	\
 	done
 
 update:




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