[Groonga-commit] groonga/groonga [master] yum: rename command to more meaningful name

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 18日 (水) 19:07:21 JST


HAYASHI Kentaro	2012-07-18 19:07:21 +0900 (Wed, 18 Jul 2012)

  New Revision: 22c03a5d6009ab131ad60fe00448157cad34117d
  https://github.com/groonga/groonga/commit/22c03a5d6009ab131ad60fe00448157cad34117d

  Log:
    yum: rename command to more meaningful name
    
    make sign->
    make sign-packages
    
    make update->
    make update-repository
    
    fixes #1355

  Modified files:
    packages/yum/Makefile.am

  Modified: packages/yum/Makefile.am (+3 -3)
===================================================================
--- packages/yum/Makefile.am    2012-07-18 18:15:24 +0900 (01b7a00)
+++ packages/yum/Makefile.am    2012-07-18 19:07:21 +0900 (c1aff4e)
@@ -7,7 +7,7 @@ HAVE_DEVELOPMENT_BRANCH = no
 USE_RPMFORGE = no
 USE_ATRPMS = no
 
-release: download build sign update upload
+release: download build sign-packages update-repository upload
 
 ensure-rsync-path:
 	@if test -z "$(RSYNC_PATH)"; then				\
@@ -15,11 +15,11 @@ ensure-rsync-path:
 	  false;							\
 	fi
 
-sign:
+sign-packages:
 	./sign-rpm.sh '$(GPG_UID)' '$(REPOSITORIES_PATH)/' \
 	  '$(DISTRIBUTIONS)'
 
-update:
+update-repository:
 	./update-repository.sh '$(PACKAGE)' '$(REPOSITORIES_PATH)/' \
 	  '$(DISTRIBUTIONS)'
 
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



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