[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reprodocible debian: schroot-create: drop the reproducible gpg keyring into /etc/apt/trusted.gpg.d/ instead of using `apt-key add`
Mattia Rizzolo
mattia at debian.org
Sat Nov 11 18:32:32 UTC 2017
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository jenkins.debian.net.
commit 0097b352786eb3159a11aa871302e8f6399fe5e0
Author: Mattia Rizzolo <mattia at debian.org>
Date: Sat Nov 11 19:32:22 2017 +0100
reprodocible debian: schroot-create: drop the reproducible gpg keyring into /etc/apt/trusted.gpg.d/ instead of using `apt-key add`
apt-key add is now deprecated and it seems to be giving us troubles now
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
bin/schroot-create.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/schroot-create.sh b/bin/schroot-create.sh
index 6c8bcb5..f86f6d3 100755
--- a/bin/schroot-create.sh
+++ b/bin/schroot-create.sh
@@ -106,7 +106,7 @@ unSrmrxS5T0YA3TfY34ThtHtmjA9d2lzv270ALc3ELv83fTnQ/3Sxkwu+KKIagXQ
KzXCKzHjI89kJT5+7GBHd/nLG1z/3yw/TBzH5zSTgwC+3/EHNMH7WrY2DOzdEZTF
peNsYNcna2Ca8Imozzc5L424lXN3MaiTql7Y1lZJFF5Y/wznbjUQj/5YXj3LVB3W
=5CAZ
------END PGP PUBLIC KEY BLOCK-----" | apt-key add -
+-----END PGP PUBLIC KEY BLOCK-----" > /etc/apt/trusted.gpg.d/reproducible.asc
apt-key list
echo
echo "Configuring APT to ignore the Release file expiration"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list