[Groonga-commit] groonga/groonga [master] [apt] delete needless files from server.

Back to archive index

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


Kouhei Sutou	2011-03-28 14:20:45 +0000 (Mon, 28 Mar 2011)

  New Revision: c79796c17024a11c4ed54e5630e587c6ce910432

  Log:
    [apt] delete needless files from server.

  Modified files:
    apt/Makefile.am

  Modified: apt/Makefile.am (+4 -4)
===================================================================
--- apt/Makefile.am    2011-03-28 10:20:19 +0000 (19c82ba)
+++ apt/Makefile.am    2011-03-28 14:20:45 +0000 (ed64570)
@@ -30,10 +30,10 @@ sign:
 	./sign-repository.sh '$(CODES)'
 
 upload: ensure-rsync-path
-	for distribution in $(DISTRIBUTIONS); do			\
-	  (cd $${distribution};						\
-	   rsync -avz dists pool $(RSYNC_PATH)/$${distribution};	\
-	  );								\
+	for distribution in $(DISTRIBUTIONS); do		\
+	  (cd $${distribution};					\
+	   rsync -avz --delete					\
+	     dists pool $(RSYNC_PATH)/$${distribution});	\
 	done
 
 rsync:




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