[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texlive-nonbin] 02/02: fix build-infra script for use my current Debian key



This is an automated email from the git hooks/post-receive script.

preining pushed a commit to branch master
in repository texlive-nonbin.

commit 72fb395ffdfe94dd5ace706fadfaa4da9acc86b7
Author: Norbert Preining <preining@debian.org>
Date:   Thu Feb 20 00:38:29 2014 +0900

    fix build-infra script for use my current Debian key
---
 scripts/build-infra | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/build-infra b/scripts/build-infra
index a91e20f..84281c1 100644
--- a/scripts/build-infra
+++ b/scripts/build-infra
@@ -92,7 +92,7 @@ for sd in $list ; do
 	apt-ftparchive -oAPT::FTPArchive::Release::Suite=$sd  -c $conffile release $component/$sd > $component/$sd/Release
 	rm -f $component/$sd/Release.gpg
 	if [ $sign = 1 ] ; then
-	  gpg -abs -o $component/$sd/Release.gpg $component/$sd/Release
+	  gpg -abs -u $signkey -o $component/$sd/Release.gpg $component/$sd/Release
 	fi
 done
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texlive-nonbin.git


Reply to: