[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] apt: add -repository suffix

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:42:56 JST 2012


Kouhei Sutou	2012-04-29 09:13:14 +0900 (Sun, 29 Apr 2012)

  New Revision: f9b8018d3fe0a750dab0f9684a8fad81914418ff
  https://github.com/mroonga/mroonga/commit/f9b8018d3fe0a750dab0f9684a8fad81914418ff

  Log:
    apt: add -repository suffix

  Modified files:
    packages/apt/Makefile.am

  Modified: packages/apt/Makefile.am (+3 -3)
===================================================================
--- packages/apt/Makefile.am    2012-04-29 09:08:56 +0900 (5dc327f)
+++ packages/apt/Makefile.am    2012-04-29 09:13:14 +0900 (9a93aca)
@@ -5,7 +5,7 @@ CODES = squeeze wheezy unstable lucid natty oneiric precise
 
 all:
 
-release: build update sign upload
+release: build update-repository sign-repository upload
 
 remove-existing-packages:
 	for distribution in $(DISTRIBUTIONS); do	\
@@ -18,10 +18,10 @@ download:
 	    $(RSYNC_PATH)/$${distribution}/ $${distribution};	\
 	done
 
-update:
+update-repository:
 	./update-repository.sh '$(PACKAGE_NAME)' '$(ARCHITECTURES)' '$(CODES)'
 
-sign:
+sign-repository:
 	./sign-repository.sh '$(CODES)'
 
 ensure-rsync-path:
-------------- next part --------------
HTML����������������������������...
Download 



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