[Groonga-mysql-commit] mroonga/mroonga [master] don't remove existing packages.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 9月 22日 (水) 17:40:08 JST


Kouhei Sutou	2010-09-22 08:40:08 +0000 (Wed, 22 Sep 2010)

  New Revision: c6308a57a3e6701877c110da09db9d64437b281a

  Log:
    don't remove existing packages.

  Modified files:
    apt/Makefile.am
    yum/Makefile.am

  Modified: apt/Makefile.am (+1 -1)
===================================================================
--- apt/Makefile.am    2010-09-22 08:27:40 +0000 (5ed4060)
+++ apt/Makefile.am    2010-09-22 08:40:08 +0000 (1ec8a50)
@@ -5,7 +5,7 @@ CODES = squeeze unstable lucid
 
 all:
 
-release: remove-existing-packages build update sign upload
+release: build update sign upload
 
 remove-existing-packages:
 	for distribution in $(DISTRIBUTIONS); do	\

  Modified: yum/Makefile.am (+1 -1)
===================================================================
--- yum/Makefile.am    2010-09-22 08:27:40 +0000 (ecb9da8)
+++ yum/Makefile.am    2010-09-22 08:40:08 +0000 (81c7415)
@@ -4,7 +4,7 @@ CHROOT_BASE = /var/lib/chroot
 
 all:
 
-release: remove-existing-packages build sign update upload
+release: build sign update upload
 
 remove-existing-packages:
 	for distribution in $(DISTRIBUTIONS); do	\




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