From 0097b352786eb3159a11aa871302e8f6399fe5e0 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sat, 11 Nov 2017 19:32:22 +0100 Subject: 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 --- 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 6c8bcb5b..f86f6d31 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" -- cgit v1.2.3-54-g00ecf