[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] apt: remove needless packages/ prefix

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:43:11 JST 2012


Kouhei Sutou	2012-04-29 10:55:36 +0900 (Sun, 29 Apr 2012)

  New Revision: 9ec3b9f427c969e06839fbb6dcde4bcf807eafc4
  https://github.com/mroonga/mroonga/commit/9ec3b9f427c969e06839fbb6dcde4bcf807eafc4

  Log:
    apt: remove needless packages/ prefix
    
    I think that repository/ is a better name.

  Modified files:
    packages/apt/sign-packages.sh
    packages/apt/sign-repository.sh

  Modified: packages/apt/sign-packages.sh (+1 -1)
===================================================================
--- packages/apt/sign-packages.sh    2012-04-29 10:52:15 +0900 (a45a5af)
+++ packages/apt/sign-packages.sh    2012-04-29 10:55:36 +0900 (12677c3)
@@ -30,7 +30,7 @@ for code_name in ${CODES}; do
 	    ;;
     esac
 
-    base_directory=packages/${distribution}
+    base_directory=${distribution}
     debsign --re-sign -k${GPG_UID} \
 	$(find ${base_directory} -name '*.dsc' -or -name '*.changes') &
     if [ "${PARALLEL}" != "yes" ]; then

  Modified: packages/apt/sign-repository.sh (+1 -1)
===================================================================
--- packages/apt/sign-repository.sh    2012-04-29 10:52:15 +0900 (def752d)
+++ packages/apt/sign-repository.sh    2012-04-29 10:55:36 +0900 (ce6ca55)
@@ -30,7 +30,7 @@ for code_name in ${CODES}; do
 	    ;;
     esac
 
-    release=packages/${distribution}/dists/${code_name}/Release
+    release=${distribution}/dists/${code_name}/Release
     rm -f ${release}.gpg
     gpg2 --sign --detach-sign --armor \
 	--local-user ${GPG_UID} \
-------------- next part --------------
HTML����������������������������...
Download 



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