[Groonga-commit] groonga/groonga [master] add download target.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 8月 25日 (水) 12:14:48 JST


Kouhei Sutou	2010-08-25 03:14:48 +0000 (Wed, 25 Aug 2010)

  New Revision: 84d0ace3f0534049517daf988edc647ff14222fe

  Log:
    add download target.

  Modified files:
    apt/Makefile.am

  Modified: apt/Makefile.am (+5 -0)
===================================================================
--- apt/Makefile.am    2010-08-25 03:14:40 +0000 (431a12f)
+++ apt/Makefile.am    2010-08-25 03:14:48 +0000 (4e1970c)
@@ -13,6 +13,11 @@ remove-existing-packages:
 	    -path '*/.svn/*' \-type f -delete;		\
 	done
 
+download:
+	for distribution in $(DISTRIBUTIONS); do			\
+	  rsync -avz $(RSYNC_PATH)/$${distribution}/ $${distribution};	\
+	done
+
 update:
 	./update-repository.sh '$(PACKAGE_NAME)' '$(ARCHITECTURES)' '$(CODES)'
 




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