[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] remove unused files in rsync.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:23:59 JST 2012


Kouhei Sutou	2011-03-30 00:18:03 +0900 (Wed, 30 Mar 2011)

  New Revision: 213cd086dd7f1272a0a5626202d2139084f70596
  https://github.com/mroonga/mroonga/commit/213cd086dd7f1272a0a5626202d2139084f70596

  Log:
    remove unused files in rsync.

  Modified files:
    apt/Makefile.am

  Modified: apt/Makefile.am (+5 -11)
===================================================================
--- apt/Makefile.am    2011-03-30 00:08:28 +0900 (26ca2bd)
+++ apt/Makefile.am    2011-03-30 00:18:03 +0900 (eb80fcb)
@@ -30,17 +30,11 @@ ensure-rsync-path:
 	fi
 
 upload: ensure-rsync-path
-	for distribution in $(DISTRIBUTIONS); do			\
-	  (cd $${distribution};						\
-	   rsync -avz dists pool $(RSYNC_PATH)/$${distribution};	\
-	  );								\
-	done
-
-rsync:
-	for distribution in $(DISTRIBUTIONS); do			\
-	  (cd $${distribution};						\
-	   rsync -avz $(RSYNC_PATH)/$${distribution}/pool/ pool;	\
-	  );								\
+	for distribution in $(DISTRIBUTIONS); do	\
+	  (cd $${distribution};				\
+	   rsync -avz --delete				\
+	   dists pool $(RSYNC_PATH)/$${distribution};	\
+	  );						\
 	done
 
 build:
-------------- next part --------------
HTML����������������������������...
Download 



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