[Groonga-commit] groonga/groonga [master] apt: use gpg2

Back to archive index

null+****@clear***** null+****@clear*****
2012年 5月 29日 (火) 09:01:14 JST


Kouhei Sutou	2012-05-29 09:01:14 +0900 (Tue, 29 May 2012)

  New Revision: 3549c815e70f7369be19c63a76ddf5002650be4b

  Log:
    apt: use gpg2

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

  Modified: packages/apt/sign-packages.sh (+1 -1)
===================================================================
--- packages/apt/sign-packages.sh    2012-05-29 09:00:53 +0900 (d421871)
+++ packages/apt/sign-packages.sh    2012-05-29 09:01:14 +0900 (6e865d6)
@@ -32,7 +32,7 @@ for code_name in ${CODES}; do
     esac
 
     base_directory=${DESTINATION}${distribution}
-    debsign --re-sign -k${GPG_UID} \
+    debsign -pgpg2 --re-sign -k${GPG_UID} \
 	$(find ${base_directory} -name '*.dsc' -or -name '*.changes') &
     if [ "${PARALLEL}" != "yes" ]; then
 	wait




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